Skip to content

Commit c45cebe

Browse files
authored
Merge pull request #39 from math-comp/allow-dev-versions-for-mathcomp-CI-testing
[opam] allow dev dependencies
2 parents c5b19b6 + 2d88194 commit c45cebe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

coq-mathcomp-multinomials.opam

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ license: "CeCILL-B"
88
authors: ["Pierre-Yves Strub"]
99
build: [ "dune" "build" "-p" name "-j" jobs ]
1010
depends: [
11-
"coq" {>= "8.10" & < "8.14~"}
11+
"coq" {(>= "8.10" & < "8.14~") | = "dev"}
1212
"dune" {>= "2.5"}
13-
"coq-mathcomp-ssreflect" {>= "1.12" & < "1.13~"}
13+
"coq-mathcomp-ssreflect" {(>= "1.12" & < "1.13~") | = "dev"}
1414
"coq-mathcomp-algebra"
15-
"coq-mathcomp-bigenough" {>= "1.0" & < "1.1~"}
16-
"coq-mathcomp-finmap" {>= "1.5" & < "1.6~"}
15+
"coq-mathcomp-bigenough" {(>= "1.0" & < "1.1~") | = "dev"}
16+
"coq-mathcomp-finmap" {(>= "1.5" & < "1.6~") | = "dev"}
1717
]
1818
tags: [
1919
"keyword:multinomials"

0 commit comments

Comments
 (0)