We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb1472 commit 2a269fbCopy full SHA for 2a269fb
coq-stablesort.opam
@@ -53,8 +53,8 @@ slices in the input."""
53
54
build: [make "-j%{jobs}%"]
55
# 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 } ]
+# MathComp <= 2.2.
+run-test: [ [make "-j%{jobs}%" "build-misc" ] { "2.3~" <= coq-mathcomp-ssreflect:version } ]
58
install: [make "install"]
59
depends: [
60
"coq" {>= "8.13"}
0 commit comments