We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e3fad2 commit 82a7ddaCopy full SHA for 82a7dda
coq-mathcomp-classical.opam
@@ -16,7 +16,7 @@ build: [make "-C" "classical" "-j%{jobs}%"]
16
install: [make "-C" "classical" "install"]
17
depends: [
18
("coq" {>= "8.20" & < "8.21~"}
19
- | "coq-core" { (>= "9.0" & < "9.1~") | (= "dev") })
+ | "coq-core" { (>= "9.0" & < "9.2~") | (= "dev") })
20
"coq-mathcomp-ssreflect" { (>= "2.4.0" & < "2.6~") | (= "dev") }
21
"coq-mathcomp-fingroup"
22
"coq-mathcomp-algebra"
0 commit comments