Skip to content

Commit 10296d9

Browse files
Merge pull request #27473 from jmid/preface-qcheck-upper-bound
Add a qcheck upper bound for preface.1.0.0
2 parents 4b655ef + fbd5030 commit 10296d9

File tree

1 file changed

+2
-2
lines changed
  • packages/preface/preface.1.0.0

1 file changed

+2
-2
lines changed

packages/preface/preface.1.0.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ depends: [
2525
"dune" { >= "2.8.0" }
2626
"either"
2727
"alcotest" {with-test}
28-
"qcheck-core" {with-test & >= "0.18"}
29-
"qcheck-alcotest" {with-test}
28+
"qcheck-core" {with-test & >= "0.18" & < "0.24"}
29+
"qcheck-alcotest" {with-test & < "0.24"}
3030
"mdx" {with-test}
3131
"odoc"{with-doc}
3232
]

0 commit comments

Comments
 (0)