Skip to content

Commit 55e71dc

Browse files
committed
Add qcheck upper bounds of 0.24, which affected the RNG distribution
1 parent f0a5130 commit 55e71dc

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
    • ppx_deriving_qcheck.0.5

4 files changed

+8
-8
lines changed

packages/ppx_deriving_qcheck/ppx_deriving_qcheck.0.3.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ bug-reports: "https://github.com/c-cube/qcheck/-/issues"
88
depends: [
99
"dune" {>= "2.8.0"}
1010
"ocaml" {>= "4.08.0"}
11-
"qcheck" {>= "0.19"}
11+
"qcheck" {>= "0.19" & < "0.24"}
1212
"ppxlib" {>= "0.22.0"}
1313
"ppx_deriving" {>= "5.2.1"}
1414
"odoc" {with-doc}
1515
"alcotest" {with-test & >= "1.4.0"}
16-
"qcheck-alcotest" {with-test & >= "0.17"}
16+
"qcheck-alcotest" {with-test & >= "0.17" & < "0.24"}
1717
]
1818
build: [
1919
["dune" "build" "-p" name "-j" jobs]

packages/ppx_deriving_qcheck/ppx_deriving_qcheck.0.4.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ bug-reports: "https://github.com/c-cube/qcheck/-/issues"
88
depends: [
99
"dune" {>= "2.8.0"}
1010
"ocaml" {>= "4.08.0"}
11-
"qcheck" {>= "0.19"}
11+
"qcheck" {>= "0.19" & < "0.24"}
1212
"ppxlib" {>= "0.22.0"}
1313
"ppx_deriving" {>= "5.2.1"}
1414
"odoc" {with-doc}
1515
"alcotest" {with-test & >= "1.4.0"}
16-
"qcheck-alcotest" {with-test & >= "0.17"}
16+
"qcheck-alcotest" {with-test & >= "0.17" & < "0.24"}
1717
]
1818
build: [
1919
["dune" "build" "-p" name "-j" jobs]

packages/ppx_deriving_qcheck/ppx_deriving_qcheck.0.4.1/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ bug-reports: "https://github.com/c-cube/qcheck/-/issues"
88
depends: [
99
"dune" {>= "2.8.0"}
1010
"ocaml" {>= "4.08.0"}
11-
"qcheck-core" {>= "0.19"}
11+
"qcheck-core" {>= "0.19" & < "0.24"}
1212
"ppxlib" {>= "0.22.0"}
1313
"ppx_deriving" {>= "5.2.1"}
1414
"odoc" {with-doc}
1515
"alcotest" {with-test & >= "1.4.0"}
16-
"qcheck-alcotest" {with-test & >= "0.17"}
16+
"qcheck-alcotest" {with-test & >= "0.17" & < "0.24"}
1717
]
1818
build: [
1919
["dune" "build" "-p" name "-j" jobs]

packages/ppx_deriving_qcheck/ppx_deriving_qcheck.0.5/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ bug-reports: "https://github.com/c-cube/qcheck/-/issues"
88
depends: [
99
"dune" {>= "2.8.0"}
1010
"ocaml" {>= "4.08.0"}
11-
"qcheck-core" {>= "0.19"}
11+
"qcheck-core" {>= "0.19" & < "0.24"}
1212
"ppxlib" {>= "0.22.0"}
1313
"ppx_deriving" {>= "5.2.1"}
1414
"odoc" {with-doc}
1515
"alcotest" {with-test & >= "1.4.0"}
16-
"qcheck-alcotest" {with-test & >= "0.17"}
16+
"qcheck-alcotest" {with-test & >= "0.17" & < "0.24"}
1717
]
1818
build: [
1919
["dune" "build" "-p" name "-j" jobs]

0 commit comments

Comments
 (0)