Skip to content

Commit

Permalink
Merge pull request #3134 from palmskog/quickchick-2.0.3-8.20
Browse files Browse the repository at this point in the history
coq-quickchick.2.0.3 doesn't work on Coq 8.20
  • Loading branch information
palmskog authored Aug 2, 2024
2 parents 92e8f23 + 471671a commit ddb2064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions released/packages/coq-quickchick/coq-quickchick.2.0.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ depends: [
"ocaml" {>= "4.07"}
"menhir" {build}
"cppo" {build & >= "1.6.8"}
"coq" {>= "8.15~"}
"coq" {>= "8.15~" & < "8.21"}
"coq-ext-lib"
"coq-mathcomp-ssreflect"
"coq-simple-io"
"ocamlfind"
"ocamlbuild"
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test}]
]
dev-repo: "git+https://github.com/QuickChick/QuickChick.git"
Expand Down

0 comments on commit ddb2064

Please sign in to comment.