diff --git a/Makefile b/Makefile index 4a7e644201c0a2f4afd5d2700f259fd618023501..cff640c1c72131e62f2d5b838970ec5e131c2a22 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ build-dep: build-dep/opam phony Makefile: ; _CoqProject: ; awk.Makefile: ; +opam: ; # Phony wildcard targets phony: ; diff --git a/opam b/opam index 1f1cc0596dd4c1dbc8221f4ee846e0de230db0f2..74cfc66fde788612585c24cfce76e7dc36aa8143 100644 --- a/opam +++ b/opam @@ -12,5 +12,5 @@ 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" { (= "2017-09-21.2") | (= "dev") } + "coq-stdpp" { (= "dev.2017-09-21.2") | (= "dev") } ]