this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

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