diff --git a/httpaf-async.opam b/httpaf-async.opam index 268ccdee..a45d0d3f 100644 --- a/httpaf-async.opam +++ b/httpaf-async.opam @@ -13,7 +13,7 @@ build: [ ] depends: [ "ocaml" {>= "4.03.0"} - "dune" {build} + "dune" "faraday-async" "async" "httpaf" {>= "0.5.0"} diff --git a/httpaf-lwt-unix.opam b/httpaf-lwt-unix.opam index 2ba66d5d..b7ea6124 100644 --- a/httpaf-lwt-unix.opam +++ b/httpaf-lwt-unix.opam @@ -17,7 +17,7 @@ depends: [ "ocaml" {>= "4.03.0"} "faraday-lwt-unix" "httpaf" - "dune" {build} + "dune" "lwt" ] synopsis: "Lwt support for http/af" diff --git a/httpaf.opam b/httpaf.opam index 5575973c..e52f2577 100644 --- a/httpaf.opam +++ b/httpaf.opam @@ -12,7 +12,7 @@ build: [ ] depends: [ "ocaml" {>= "4.03.0"} - "dune" {build} + "dune" "alcotest" {with-test} "bigstringaf" {>= "0.4.0"} "angstrom" {>= "0.9.0"}