From 0652693e0f4030a4270bfd26b6fa8abe5b4a9f0c Mon Sep 17 00:00:00 2001 From: Hoang-Hai Dang <haidang@mpi-sws.org> Date: Tue, 29 Jan 2019 13:40:58 +0100 Subject: [PATCH] bump iris + coq --- opam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opam b/opam index 58d3d8c6..087ccf4f 100644 --- a/opam +++ b/opam @@ -9,5 +9,6 @@ build: [make "-j%{jobs}%"] install: [make "install"] remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/igps" ] depends: [ - "coq-iris" { (= "dev.2019-01-24.1.31029e66") | (= "dev") } + "coq" { (>= "8.8.2" & < "8.10~") | (= "dev") } + "coq-iris" { (= "dev.2019-01-28.2.bfd9a459") | (= "dev") } ] -- GitLab