Skip to content

Commit ae2db32

Browse files
committed
Fix qcheck version
1 parent 9978d98 commit ae2db32

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

dune-project

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
(sherlodoc :with-doc)
2323
(fmt :with-test)
2424
(alcotest (and :with-test (>= 1.3.0)))
25-
(qcheck :with-test)
26-
(qcheck-alcotest :with-test)
25+
(qcheck (and :with-test (>= 0.91)))
26+
(qcheck-alcotest (and :with-test (>= 0.91)))
2727
ppx_expect
2828
(mdx (and :with-test (>= 2.5.0)))
2929
(ocamlformat :with-dev-setup)
@@ -162,8 +162,8 @@
162162
(yocaml (= :version))
163163
(fmt :with-test)
164164
(alcotest (and :with-test (>= 1.3.0)))
165-
(qcheck :with-test)
166-
(qcheck-alcotest :with-test)
165+
(qcheck (and :with-test (>= 0.91)))
166+
(qcheck-alcotest (and :with-test (>= 0.91)))
167167
ppx_expect
168168
(mdx (and :with-test (>= 2.5.0)))))
169169

yocaml.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ depends: [
1616
"sherlodoc" {with-doc}
1717
"fmt" {with-test}
1818
"alcotest" {with-test & >= "1.3.0"}
19-
"qcheck" {with-test}
20-
"qcheck-alcotest" {with-test}
19+
"qcheck" {with-test & >= "0.91"}
20+
"qcheck-alcotest" {with-test & >= "0.91"}
2121
"ppx_expect"
2222
"mdx" {with-test & >= "2.5.0"}
2323
"ocamlformat" {with-dev-setup}

yocaml_syndication.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ depends: [
1313
"yocaml" {= version}
1414
"fmt" {with-test}
1515
"alcotest" {with-test & >= "1.3.0"}
16-
"qcheck" {with-test}
17-
"qcheck-alcotest" {with-test}
16+
"qcheck" {with-test & >= "0.91"}
17+
"qcheck-alcotest" {with-test & >= "0.91"}
1818
"ppx_expect"
1919
"mdx" {with-test & >= "2.5.0"}
2020
"odoc" {with-doc}

0 commit comments

Comments
 (0)