File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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)
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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments