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

Merge remote-tracking branch 'origin/master' into ralf/saved_prop

parents 4a86a6af 322cef94
No related branches found
No related tags found
1 merge request!1update for more general saved_prop
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
......@@ -9,6 +9,7 @@ This version is known to compile with:
- Coq 8.6.1 / 8.7.0
- Ssreflect 1.6.4
- A development version of [Iris](https://gitlab.mpi-sws.org/FP/iris-coq/)
- The coq86-devel branch of [Autosubst](https://github.com/uds-psl/autosubst)
The easiest way to install the correct versions of the dependencies is through
opam. Once you got opam set up, just run `make build-dep` to install the right
......
......@@ -10,4 +10,5 @@ install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris_examples"]
depends: [
"coq-iris" { (= "dev.2017-10-28.10") | (= "dev") }
"coq-autosubst" { = "dev.coq86" }
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment