From 4cf71ef3f0b139852788926ae73df847b92d1ba2 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 12 Apr 2023 09:07:39 -0400 Subject: [PATCH] opam constraint --- containers-data.opam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containers-data.opam b/containers-data.opam index 815665fd..d2d64cff 100644 --- a/containers-data.opam +++ b/containers-data.opam @@ -14,8 +14,8 @@ depends: [ "dune" { >= "2.0" } "containers" { = version } "seq" - (("ocaml" {with-test & < "4.08"} & "qcheck-core" {>= "0.20" & with-test}) - | ("ocaml" {with-test & >= "4.08"} & "qcheck-core" {>= "0.18" & with-test})) + (("ocaml" {with-test & < "4.08"} & "qcheck-core" {>= "0.17" & with-test}) + | ("ocaml" {with-test & >= "4.08"} & "qcheck-core" {>= "0.20" & with-test})) "iter" { with-test } "gen" { with-test } "mdx" { with-test }