Skip to content

Commit

Permalink
Merge pull request #2881 from palmskog/8.19-supported-2
Browse files Browse the repository at this point in the history
compatibility status for 8.19 for coqprime and coq-ott
  • Loading branch information
palmskog authored Dec 28, 2023
2 parents 5b7f7d3 + d848252 commit 01ad21d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion released/packages/coq-coqprime/coq-coqprime.1.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install: [
]
depends: [
"ocaml"
"coq" {>= "8.18~" & < "8.19"}
"coq" {>= "8.18~" & < "8.20"}
"coq-bignums"
]
synopsis: "Certifying prime numbers in Coq"
Expand Down
2 changes: 1 addition & 1 deletion released/packages/coq-ott/coq-ott.0.33/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ this library.
build: [make "-j%{jobs}%" "-C" "coq"]
install: [make "-C" "coq" "install"]
depends: [
"coq" {>= "8.6"}
"coq" {>= "8.6" & < "8.19"}
]
conflicts: [
"ott" { != version }
Expand Down

0 comments on commit 01ad21d

Please sign in to comment.