diff --git a/_CoqProject b/_CoqProject index 7d1b14e496a9c8fea6565fda216878582bd05c59..f501a6ea40b30d526552cfc3859e9cb4c99e5b45 100644 --- a/_CoqProject +++ b/_CoqProject @@ -6,6 +6,7 @@ theories/utils/compare.v theories/utils/contribution.v theories/utils/group.v theories/utils/cofe_solver_2.v +theories/utils/switch.v theories/channel/proto_model.v theories/channel/proto.v theories/channel/channel.v diff --git a/opam b/opam index 8358c2bf824a048f26c113b569d1c8d06027b70e..426961d658bf7cee925697723a8cf901e00341d1 100644 --- a/opam +++ b/opam @@ -9,5 +9,5 @@ build: [make "-j%{jobs}%"] install: [make "install"] remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/actris" ] depends: [ - "coq-iris" { (= "dev.2020-04-04.2.c2367a65") | (= "dev") } + "coq-iris" { (= "dev.2020-04-13.0.26dc475b") | (= "dev") } ]