Skip to content

Commit ed5a63e

Browse files
authored
Merge pull request #3585 from aleksnanevski/master
bumped up coq, ssreflect and hierarchy-builder boundaries for coq-htt…
2 parents 2c8aa95 + 03042cd commit ed5a63e

File tree

2 files changed

+6
-6
lines changed
  • released/packages
    • coq-htt-core/coq-htt-core.2.2.1
    • coq-htt/coq-htt.2.2.1

2 files changed

+6
-6
lines changed

released/packages/coq-htt-core/coq-htt-core.2.2.1/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ that HTT implements Separation logic as a shallow embedding in Coq."""
3030
build: [make "-C" "htt" "-j%{jobs}%"]
3131
install: [make "-C" "htt" "install"]
3232
depends: [
33-
"coq" {>= "9.0" & < "9.1~"}
34-
"coq-hierarchy-builder" {>= "1.7.0" & < "1.10~"}
35-
"coq-mathcomp-ssreflect" {>= "2.4.0" & < "2.5~"}
33+
"coq" {>= "9.0" & < "9.2~"}
34+
"coq-hierarchy-builder" {>= "1.7.0" & < "1.11~"}
35+
"coq-mathcomp-ssreflect" {>= "2.4.0" & < "2.6~"}
3636
"coq-mathcomp-algebra"
3737
"coq-mathcomp-fingroup"
3838
"coq-fcsl-pcm" {>= "2.2.0" & < "2.3~"}

released/packages/coq-htt/coq-htt.2.2.1/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ 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" {>= "9.0" & < "9.1~"}
34-
"coq-hierarchy-builder" {>= "1.7.0" & < "1.10~"}
35-
"coq-mathcomp-ssreflect" {>= "2.4.0" & < "2.5~"}
33+
"coq" {>= "9.0" & < "9.2~"}
34+
"coq-hierarchy-builder" {>= "1.7.0" & < "1.11~"}
35+
"coq-mathcomp-ssreflect" {>= "2.4.0" & < "2.6~"}
3636
"coq-mathcomp-algebra"
3737
"coq-mathcomp-fingroup"
3838
"coq-fcsl-pcm" {>= "2.2.0" & < "2.3~"}

0 commit comments

Comments
 (0)