diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2026-01-02 07:51:17 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2026-01-02 07:51:17 +0000 |
| commit | 934782bba28c7f17def412a30dd0c49cd1ca86f1 (patch) | |
| tree | da83f86f4cbdf172131796dc5f07f7f3e7d86e87 /nixtamal.opam | |
| parent | 9ee78d600388f16c9980461bbace0d21ace7d717 (diff) | |
| download | nixtaml-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 'nixtamal.opam')
| -rw-r--r-- | nixtamal.opam | 4 |
1 files changed, 2 insertions, 2 deletions
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: [ |
