summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dune-project10
-rw-r--r--nixtamal.opam4
2 files changed, 10 insertions, 4 deletions
diff --git a/dune-project b/dune-project
index 213cd0a..0ededdd 100644
--- a/dune-project
+++ b/dune-project
@@ -31,8 +31,14 @@
ppx_deriving_qcheck
uri
(alcotest :with-test)
- (qcheck :with-test)
- (qcheck-alcotest :with-test))
+ (qcheck
+ (and
+ :with-test
+ (>= 0.91)))
+ (qcheck-alcotest
+ (and
+ :with-test
+ (>= 0.91))))
(tags ("nix")))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html
diff --git a/nixtamal.opam b/nixtamal.opam
index 79d2109..6fd0070 100644
--- a/nixtamal.opam
+++ b/nixtamal.opam
@@ -21,8 +21,8 @@ depends: [
"ppx_deriving_qcheck"
"uri"
"alcotest" {with-test}
- "qcheck" {with-test}
- "qcheck-alcotest" {with-test}
+ "qcheck" {with-test & >= "0.91"}
+ "qcheck-alcotest" {with-test & >= "0.91"}
"odoc" {with-doc}
]
build: [