Skip to content

Commit f6368c6

Browse files
authored
Merge pull request #28271 from jmid/qcheck-lin-ocaml-bound
qcheck-lin.0.8 is incompatible with ocaml.5.5
2 parents f1d3c77 + b2f3b31 commit f6368c6

File tree

1 file changed

+1
-1
lines changed
  • packages/qcheck-lin/qcheck-lin.0.8

1 file changed

+1
-1
lines changed

packages/qcheck-lin/qcheck-lin.0.8/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ homepage: "https://github.com/ocaml-multicore/multicoretests"
2121
bug-reports: "https://github.com/ocaml-multicore/multicoretests/issues"
2222
depends: [
2323
"dune" {>= "3.0"}
24-
"ocaml" {>= "4.12"}
24+
"ocaml" {>= "4.12" & < "5.5"}
2525
"qcheck-core" {>= "0.25"}
2626
"qcheck-multicoretests-util" {= version}
2727
"odoc" {with-doc}

0 commit comments

Comments
 (0)