this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27470 from jmid/ppx_deriving_qcheck-upper-bounds

Add qcheck upper bounds to previous ppx_deriving_qcheck releases

authored by

Anil Madhavapeddy and committed by
GitHub
717e57b5 cf5182fe

+8 -8
+2 -2
packages/ppx_deriving_qcheck/ppx_deriving_qcheck.0.3.0/opam
··· 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]
+2 -2
packages/ppx_deriving_qcheck/ppx_deriving_qcheck.0.4.0/opam
··· 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]
+2 -2
packages/ppx_deriving_qcheck/ppx_deriving_qcheck.0.4.1/opam
··· 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]
+2 -2
packages/ppx_deriving_qcheck/ppx_deriving_qcheck.0.5/opam
··· 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]