From eb8b5c60649f557a95ea356b31b52b192e8f38d6 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Wed, 19 Apr 2017 18:04:57 +0200
Subject: [PATCH] do not declare compatibility with a development version of
 Coq

---
 opam | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/opam b/opam
index ea44830af..bb91590c6 100644
--- a/opam
+++ b/opam
@@ -13,7 +13,7 @@ build: [
 install: [make "install"]
 remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iris'" ]
 depends: [
-  "coq" { ((>= "8.6" & < "8.7~") | (= "dev"))}
-  "coq-mathcomp-ssreflect" { ((>= "1.6.1" & < "1.7~") | (= "dev"))}
+  "coq" { (>= "8.6" & < "8.7~") } # replace with (= "dev") if you want to test against a development version of Coq
+  "coq-mathcomp-ssreflect" { ((>= "1.6.1" & < "1.7~") | (= "dev")) }
   "coq-stdpp"
 ]
-- 
GitLab