Skip to content
Snippets Groups Projects
Commit b241bf3a authored by Ralf Jung's avatar Ralf Jung
Browse files

opam: remove redundant parentheses

parent 84ba4ef5
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iris'"]
depends: [
"coq" { (>= "8.6.1" & < "8.8~") }
"coq-mathcomp-ssreflect" { ((>= "1.6.1" & < "1.7~") | (= "dev")) }
"coq-stdpp" { ((= "dev.2017-09-18.4") | (= "dev")) }
"coq" { >= "8.6.1" & < "8.8~" }
"coq-mathcomp-ssreflect" { (>= "1.6.1" & < "1.7~") | (= "dev") }
"coq-stdpp" { (= "dev.2017-09-18.4") | (= "dev") }
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment