Skip to content

Commit

Permalink
cohttp-eio: Make opam-dune-lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
talex5 committed Feb 27, 2024
1 parent 435743d commit 282c81e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cohttp-eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ depends: [
"eio" {>= "0.12"}
"eio_main" {with-test}
"mdx" {with-test}
"uri" {with-test}
"logs"
"uri"
"tls-eio" {with-test & >= "0.17.2"}
"mirage-crypto-rng-eio" {with-test & >= "0.11.2"}
"fmt"
Expand Down
3 changes: 2 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,8 @@
(>= 0.12))
(eio_main :with-test)
(mdx :with-test)
(uri :with-test)
logs
uri
(tls-eio (and :with-test (>= 0.17.2)))
(mirage-crypto-rng-eio (and :with-test (>= 0.11.2)))
fmt
Expand Down

0 comments on commit 282c81e

Please sign in to comment.