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

Merge branch 'patch-1' into 'master'

opam: require minimum Iris version (fix #2)

Closes #2

See merge request !2
parents bd6c3503 f55f24ef
No related branches found
No related tags found
1 merge request!2opam: require minimum Iris version (fix #2)
...@@ -14,7 +14,7 @@ This package implements string_to_ident in Ltac2, enabling support for Gallina n ...@@ -14,7 +14,7 @@ This package implements string_to_ident in Ltac2, enabling support for Gallina n
depends: [ depends: [
"coq" {>= "8.11"} "coq" {>= "8.11"}
"coq-iris" "coq-iris" {>= "dev.2020-04-07.0.86b62616" | (>= "3.3.0" & < "4.0") | = "dev"}
] ]
build: [make "-j%{jobs}%"] build: [make "-j%{jobs}%"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment