File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
packages/ppx_deriving_qcheck
ppx_deriving_qcheck.0.3.0
ppx_deriving_qcheck.0.4.0
ppx_deriving_qcheck.0.4.1 Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ bug-reports: "https://github.com/c-cube/qcheck/-/issues"
8
8
depends: [
9
9
"dune" {>= "2.8.0"}
10
10
"ocaml" {>= "4.08.0"}
11
- "qcheck" {>= "0.19"}
11
+ "qcheck" {>= "0.19" & < "0.24" }
12
12
"ppxlib" {>= "0.22.0"}
13
13
"ppx_deriving" {>= "5.2.1"}
14
14
"odoc" {with-doc}
15
15
"alcotest" {with-test & >= "1.4.0"}
16
- "qcheck-alcotest" {with-test & >= "0.17"}
16
+ "qcheck-alcotest" {with-test & >= "0.17" & < "0.24" }
17
17
]
18
18
build: [
19
19
["dune" "build" "-p" name "-j" jobs]
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ bug-reports: "https://github.com/c-cube/qcheck/-/issues"
8
8
depends: [
9
9
"dune" {>= "2.8.0"}
10
10
"ocaml" {>= "4.08.0"}
11
- "qcheck" {>= "0.19"}
11
+ "qcheck" {>= "0.19" & < "0.24" }
12
12
"ppxlib" {>= "0.22.0"}
13
13
"ppx_deriving" {>= "5.2.1"}
14
14
"odoc" {with-doc}
15
15
"alcotest" {with-test & >= "1.4.0"}
16
- "qcheck-alcotest" {with-test & >= "0.17"}
16
+ "qcheck-alcotest" {with-test & >= "0.17" & < "0.24" }
17
17
]
18
18
build: [
19
19
["dune" "build" "-p" name "-j" jobs]
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ bug-reports: "https://github.com/c-cube/qcheck/-/issues"
8
8
depends: [
9
9
"dune" {>= "2.8.0"}
10
10
"ocaml" {>= "4.08.0"}
11
- "qcheck-core" {>= "0.19"}
11
+ "qcheck-core" {>= "0.19" & < "0.24" }
12
12
"ppxlib" {>= "0.22.0"}
13
13
"ppx_deriving" {>= "5.2.1"}
14
14
"odoc" {with-doc}
15
15
"alcotest" {with-test & >= "1.4.0"}
16
- "qcheck-alcotest" {with-test & >= "0.17"}
16
+ "qcheck-alcotest" {with-test & >= "0.17" & < "0.24" }
17
17
]
18
18
build: [
19
19
["dune" "build" "-p" name "-j" jobs]
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ bug-reports: "https://github.com/c-cube/qcheck/-/issues"
8
8
depends: [
9
9
"dune" {>= "2.8.0"}
10
10
"ocaml" {>= "4.08.0"}
11
- "qcheck-core" {>= "0.19"}
11
+ "qcheck-core" {>= "0.19" & < "0.24" }
12
12
"ppxlib" {>= "0.22.0"}
13
13
"ppx_deriving" {>= "5.2.1"}
14
14
"odoc" {with-doc}
15
15
"alcotest" {with-test & >= "1.4.0"}
16
- "qcheck-alcotest" {with-test & >= "0.17"}
16
+ "qcheck-alcotest" {with-test & >= "0.17" & < "0.24" }
17
17
]
18
18
build: [
19
19
["dune" "build" "-p" name "-j" jobs]
You can’t perform that action at this time.
0 commit comments