Skip to content

Commit

Permalink
cohttp-eio is not compatible with eio 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mseri committed Sep 15, 2023
1 parent 2e6474d commit daf1323
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cohttp-eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"dune" {>= "3.0"}
"base-domains"
"eio" {>= "0.10"}
"eio" {>= "0.10" & < "0.12"}
"eio_main" {with-test}
"mdx" {with-test}
"uri" {with-test}
Expand Down
4 changes: 3 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,9 @@ should also be fine under Windows too.
(depends
base-domains
(eio
(>= 0.10))
(and
(>= 0.10)
(< 0.12)))
(eio_main :with-test)
(mdx :with-test)
(uri :with-test)
Expand Down

0 comments on commit daf1323

Please sign in to comment.