From 929d64cc447e80b56bd5d772591ff34b75a37a46 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Thu, 21 Sep 2017 10:21:11 +0200
Subject: [PATCH] opam: remove redundant parentheses

---
 opam | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opam b/opam
index c4e3a61f..634fab63 100644
--- a/opam
+++ b/opam
@@ -10,5 +10,5 @@ build: [make "-j%{jobs}%"]
 install: [make "install"]
 remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/stdpp'" ]
 depends: [
-  "coq" { (>= "8.6" & < "8.8~") }
+  "coq" { >= "8.6" & < "8.8~" }
 ]
-- 
GitLab