File tree 3 files changed +3
-3
lines changed
coq-fcsl-pcm/coq-fcsl-pcm.2.1.0
coq-htt-core/coq-htt-core.2.1.0
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This library relies on propositional and functional extentionality axioms."""
21
21
build: [make "-j%{jobs}%"]
22
22
install: [make "install"]
23
23
depends: [
24
- "coq" {>= "8.19" & < "9.1~"}
24
+ "coq" { ( >= "8.19" & < "9.1~") | (= "dev") }
25
25
"coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.4~") | (= "dev") }
26
26
"coq-hierarchy-builder" { (>= "1.7.0" & < "1.9~") | (= "dev") }
27
27
"coq-mathcomp-algebra"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ that HTT implements Separation logic as a shallow embedding in Coq."""
30
30
build: [make "-C" "htt" "-j%{jobs}%"]
31
31
install: [make "-C" "htt" "install"]
32
32
depends: [
33
- "coq" { (>= "8.19" & < "8.21 ~") | (= "dev") }
33
+ "coq" { (>= "8.19" & < "9.1 ~") | (= "dev") }
34
34
"coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.4~") | (= "dev") }
35
35
"coq-mathcomp-algebra"
36
36
"coq-mathcomp-fingroup"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ that HTT implements Separation logic as a shallow embedding in Coq."""
30
30
build: [make "-C" "examples" "-j%{jobs}%"]
31
31
install: [make "-C" "examples" "install"]
32
32
depends: [
33
- "coq" {>= "8.19" & < "9.1~"}
33
+ "coq" { ( >= "8.19" & < "9.1~") | (= "dev") }
34
34
"coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.4~") | (= "dev") }
35
35
"coq-mathcomp-algebra"
36
36
"coq-mathcomp-fingroup"
You can’t perform that action at this time.
0 commit comments