diff --git a/packages/ppx_deriving_argparse/ppx_deriving_argparse.0.0.4/opam b/packages/ppx_deriving_argparse/ppx_deriving_argparse.0.0.4/opam index 4e865374baf..cd9e5aa5c6d 100644 --- a/packages/ppx_deriving_argparse/ppx_deriving_argparse.0.0.4/opam +++ b/packages/ppx_deriving_argparse/ppx_deriving_argparse.0.0.4/opam @@ -16,7 +16,7 @@ build: [ ] [ "ocamlbuild" "-classic-display" "-use-ocamlfind" "src_test/test.byte" "--" - ] {with-test} + ] {with-test & ppx_deriving:version < "4.3"} ] depends: [ "ocaml" {>= "4.03.0"} @@ -25,7 +25,7 @@ depends: [ "cppo" {build} "cppo_ocamlbuild" {build} "ocaml-migrate-parsetree" - "ppx_deriving" {>= "3.2" & < "4.3"} + "ppx_deriving" {>= "3.2" & < "5.0"} "ppx_derivers" "result" {with-test} "ounit" {with-test} diff --git a/packages/ppx_deriving_argparse/ppx_deriving_argparse.0.0.5/opam b/packages/ppx_deriving_argparse/ppx_deriving_argparse.0.0.5/opam index 9d04e196759..3f15f073dee 100644 --- a/packages/ppx_deriving_argparse/ppx_deriving_argparse.0.0.5/opam +++ b/packages/ppx_deriving_argparse/ppx_deriving_argparse.0.0.5/opam @@ -16,7 +16,7 @@ build: [ ] [ "ocamlbuild" "-classic-display" "-use-ocamlfind" "src_test/test.byte" "--" - ] {with-test} + ] {with-test & ppx_deriving:version < "4.3"} ] depends: [ "ocaml" {>= "4.03.0"} @@ -25,7 +25,7 @@ depends: [ "cppo" {build} "cppo_ocamlbuild" {build} "ocaml-migrate-parsetree" - "ppx_deriving" {>= "3.2" & < "4.3"} + "ppx_deriving" {>= "3.2" & < "5.0"} "ppx_derivers" "result" {with-test} "ounit" {with-test}