Skip to content

Commit 2a269fb

Browse files
committed
Adapt the version filter on run-test in the OPAM file
1 parent 3eb1472 commit 2a269fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coq-stablesort.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ slices in the input."""
5353

5454
build: [make "-j%{jobs}%"]
5555
# The filter below has been added by hand to avoid running the test suite with
56-
# Coq 8.17.
57-
run-test: [ [make "-j%{jobs}%" "build-misc" ] { coq:version < "8.17~" | "8.18~" <= coq:version } ]
56+
# MathComp <= 2.2.
57+
run-test: [ [make "-j%{jobs}%" "build-misc" ] { "2.3~" <= coq-mathcomp-ssreflect:version } ]
5858
install: [make "install"]
5959
depends: [
6060
"coq" {>= "8.13"}

0 commit comments

Comments
 (0)