Skip to content

Commit 6e7376b

Browse files
updating coq and mathcomp versions (#40)
1 parent 7aa5d80 commit 6e7376b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

coq-htt-core.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ install: [make "-C" "htt" "install"]
3636
depends: [
3737
"dune" {>= "3.6"}
3838
"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") }
4040
"coq-mathcomp-algebra"
4141
"coq-mathcomp-fingroup"
4242
"coq-fcsl-pcm" { (>= "2.1.0" & < "2.2~") | (= "dev") }

coq-htt.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ build: [make "-C" "examples" "-j%{jobs}%"]
3232
install: [make "-C" "examples" "install"]
3333
depends: [
3434
"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") }
3737
"coq-mathcomp-algebra"
3838
"coq-mathcomp-fingroup"
3939
"coq-fcsl-pcm" { (>= "2.1.0" & < "2.2~") | (= "dev") }

0 commit comments

Comments
 (0)