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

make opam dependency more tightly match what we test

parent 7ae24ef3
Branches
Tags
No related merge requests found
Pipeline #21478 failed
...@@ -11,5 +11,5 @@ build: [make "-j%{jobs}%"] ...@@ -11,5 +11,5 @@ build: [make "-j%{jobs}%"]
install: [make "install"] install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/stdpp"] remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/stdpp"]
depends: [ depends: [
"coq" { (>= "8.7.2" & < "8.12~") | (= "dev") } "coq" { (= "8.7.2") | (= "8.8.2") | (>= "8.9.1" & < "8.12~") | (= "dev") }
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment