this repo has no description

http: needs upper bound on ppx_expect

uses ppx_expect.common which was removed in v0.17.0

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

Changed files
+2 -2
packages
http
http.6.0.0~alpha0
http.6.0.0~alpha1
+1 -1
packages/http/http.6.0.0~alpha0/opam
···
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.08"}
-
"ppx_expect" {with-test}
+
"ppx_expect" {with-test & < "v0.17.0"}
"alcotest" {with-test}
"base_quickcheck" {with-test}
"ppx_assert" {with-test}
+1 -1
packages/http/http.6.0.0~alpha1/opam
···
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.08"}
-
"ppx_expect" {with-test}
+
"ppx_expect" {with-test & < "v0.17.0"}
"alcotest" {with-test}
"base_quickcheck" {with-test}
"ppx_assert" {with-test}