Skip to content

Commit 65526dc

Browse files
committed
Patch the opam file
1 parent 24518b5 commit 65526dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)