Skip to content

Commit 44bd420

Browse files
authored
Merge pull request #3380 from aleksnanevski/master
coq-fcsl-pcm and coq-htt work with roq-core 9.0
2 parents 3536aca + 3ee1484 commit 44bd420

File tree

2 files changed

+2
-2
lines changed
  • released/packages
    • coq-fcsl-pcm/coq-fcsl-pcm.2.1.0
    • coq-htt/coq-htt.2.1.0

2 files changed

+2
-2
lines changed

Diff for: released/packages/coq-fcsl-pcm/coq-fcsl-pcm.2.1.0/opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This library relies on propositional and functional extentionality axioms."""
2121
build: [make "-j%{jobs}%"]
2222
install: [make "install"]
2323
depends: [
24-
"coq" { (>= "8.19" & < "8.21~") | (= "dev") }
24+
"coq" {>= "8.19" & < "9.1~"}
2525
"coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.4~") | (= "dev") }
2626
"coq-hierarchy-builder" { (>= "1.7.0" & < "1.9~") | (= "dev") }
2727
"coq-mathcomp-algebra"

Diff for: released/packages/coq-htt/coq-htt.2.1.0/opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ that HTT implements Separation logic as a shallow embedding in Coq."""
3030
build: [make "-C" "examples" "-j%{jobs}%"]
3131
install: [make "-C" "examples" "install"]
3232
depends: [
33-
"coq" { (>= "8.19" & < "8.21~") | (= "dev") }
33+
"coq" {>= "8.19" & < "9.1~"}
3434
"coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.4~") | (= "dev") }
3535
"coq-mathcomp-algebra"
3636
"coq-mathcomp-fingroup"

0 commit comments

Comments
 (0)