File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
coq-htt-core/coq-htt-core.2.2.1 Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ that HTT implements Separation logic as a shallow embedding in Coq."""
3030build: [make "-C" "htt" "-j%{jobs}%"]
3131install: [make "-C" "htt" "install"]
3232depends: [
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~"}
Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ that HTT implements Separation logic as a shallow embedding in Coq."""
3030build: [make "-C" "examples" "-j%{jobs}%"]
3131install: [make "-C" "examples" "install"]
3232depends: [
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~"}
You can’t perform that action at this time.
0 commit comments