summaryrefslogtreecommitdiff
path: root/dune-project
diff options
context:
space:
mode:
authorยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2026-01-02 07:51:17 +0000
committerยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2026-01-02 07:51:17 +0000
commit934782bba28c7f17def412a30dd0c49cd1ca86f1 (patch)
treeda83f86f4cbdf172131796dc5f07f7f3e7d86e87 /dune-project
parent9ee78d600388f16c9980461bbace0d21ace7d717 (diff)
downloadnixtaml-934782bba28c7f17def412a30dd0c49cd1ca86f1.tar
nixtaml-934782bba28c7f17def412a30dd0c49cd1ca86f1.tar.gz
nixtaml-934782bba28c7f17def412a30dd0c49cd1ca86f1.tar.bz2
nixtaml-934782bba28c7f17def412a30dd0c49cd1ca86f1.tar.lz
nixtaml-934782bba28c7f17def412a30dd0c49cd1ca86f1.tar.xz
nixtaml-934782bba28c7f17def412a30dd0c49cd1ca86f1.tar.zst
nixtaml-934782bba28c7f17def412a30dd0c49cd1ca86f1.zip
qcheck: version assertions
Diffstat (limited to 'dune-project')
-rw-r--r--dune-project10
1 files changed, 8 insertions, 2 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