Skip to content

Commit ba3acd6

Browse files
committed
Patch the opam file
1 parent 8b0055c commit ba3acd6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

coq-mathcomp-multinomials.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ coefficients range over commutative rings and integral domains."""
1919
build: [make "-j%{jobs}%"]
2020
install: [make "install"]
2121
depends: [
22-
"coq" {>= "8.20"}
22+
("coq" {>= "8.20" & < "8.21~"}
23+
| "rocq-core" {>= "9.0"})
2324
"coq-mathcomp-ssreflect" {>= "2.4"}
2425
"coq-mathcomp-algebra"
2526
"coq-mathcomp-bigenough"

0 commit comments

Comments
 (0)