aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Cohen2017-10-19 20:50:24 +0200
committerCyril Cohen2017-10-19 20:51:21 +0200
commit0d6e09de16de8a349dafe570ef9f87377630c6a3 (patch)
tree218c7d2dfdca390293aebe22f83561d7ef3f4e4b
parent6a2e6d2f6a1aeec7255a4a874dece7f3664bb469 (diff)
fix coq version
-rw-r--r--mathcomp/ssreflect/opam2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/ssreflect/opam b/mathcomp/ssreflect/opam
index 398d385..440dc08 100644
--- a/mathcomp/ssreflect/opam
+++ b/mathcomp/ssreflect/opam
@@ -10,7 +10,7 @@ license: "CeCILL-B"
build: [ make "-j" "%{jobs}%" ]
install: [ make "install" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp'" ]
-depends: [ "coq" { ((>= "8.4pl4" & < "8.5~") | (>= "8.5" & < "8.8~") | (= "dev"))} ]
+depends: [ "coq" { ((>= "8.4pl4" & < "8.8~") | (= "dev"))} ]
tags: [ "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" ]
authors: [ "Jeremy Avigad <>" "Andrea Asperti <>" "Stephane Le Roux <>" "Yves Bertot <>" "Laurence Rideau <>" "Enrico Tassi <>" "Ioana Pasca <>" "Georges Gonthier <>" "Sidi Ould Biha <>" "Cyril Cohen <>" "Francois Garillot <>" "Alexey Solovyev <>" "Russell O'Connor <>" "Laurent Théry <>" "Assia Mahboubi <>" ]