File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ install: [make "-C" "htt" "install"]
36
36
depends: [
37
37
"dune" {>= "3.6"}
38
38
"coq" { (>= "8.19" & < "9.1~") | (= "dev") }
39
- "coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.4 ~") | (= "dev") }
39
+ "coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.5 ~") | (= "dev") }
40
40
"coq-mathcomp-algebra"
41
41
"coq-mathcomp-fingroup"
42
42
"coq-fcsl-pcm" { (>= "2.1.0" & < "2.2~") | (= "dev") }
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ build: [make "-C" "examples" "-j%{jobs}%"]
32
32
install: [make "-C" "examples" "install"]
33
33
depends: [
34
34
"dune" {>= "3.6"}
35
- "coq" { (>= "8.19" & < "8.21 ~") | (= "dev") }
36
- "coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.4 ~") | (= "dev") }
35
+ "coq" { (>= "8.19" & < "9.1 ~") | (= "dev") }
36
+ "coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.5 ~") | (= "dev") }
37
37
"coq-mathcomp-algebra"
38
38
"coq-mathcomp-fingroup"
39
39
"coq-fcsl-pcm" { (>= "2.1.0" & < "2.2~") | (= "dev") }
You can’t perform that action at this time.
0 commit comments