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

use std++ 1.1

parent e4de954a
No related branches found
No related merge requests found
......@@ -8,7 +8,7 @@ This version is known to compile with:
- Coq 8.6.1 / 8.7.0 / 8.7.1
- Ssreflect 1.6.4
- A development version of [std++](https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp)
- [std++](https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp) 1.1.0
If you need to work with Coq 8.5, please check out the
[iris-3.0 branch](https://gitlab.mpi-sws.org/FP/iris-coq/tree/iris-3.0).
......
......@@ -12,5 +12,5 @@ remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris"]
depends: [
"coq" { (>= "8.6.1" & < "8.8~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "1.6.1" & < "1.7~") | (= "dev") }
"coq-stdpp" { (= "dev.2017-12-18.2") | (= "dev") }
"coq-stdpp" { (= "1.1.0") | (= "dev") }
]
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