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"]
3636depends: [
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") }
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ build: [make "-C" "examples" "-j%{jobs}%"]
3232install: [make "-C" "examples" "install"]
3333depends: [
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") }
You can’t perform that action at this time.
0 commit comments