opam constraint

This commit is contained in:
Simon Cruanes 2023-04-12 09:07:39 -04:00
parent b4c164a8e4
commit 4cf71ef3f0
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -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 }