Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lennard Gäher
Iris
Commits
195f8e9e
Commit
195f8e9e
authored
Aug 12, 2020
by
Ralf Jung
Browse files
drop support for Coq 8.9
parent
b2b558ac
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
195f8e9e
...
...
@@ -52,11 +52,6 @@ build-coq.8.10.2:
variables
:
OPAM_PINS
:
"
coq
version
8.10.2"
build-coq.8.9.1
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.9.1"
# Nightly job with a known-to-work Coq version
# (so failures must be caused by std++)
build-stdpp.dev-coq.8.11.2
:
...
...
README.md
View file @
195f8e9e
...
...
@@ -18,11 +18,13 @@ definitions and some derived forms is available in
This version is known to compile with:
-
Coq
8.9.1 /
8.10.2 / 8.11.2 / 8.12.0
-
Coq 8.10.2 / 8.11.2 / 8.12.0
-
A development version of
[
std++
](
https://gitlab.mpi-sws.org/iris/stdpp
)
If you need to work with Coq 8.7 or Coq 8.8, please check out the
[
iris-3.2 branch
](
https://gitlab.mpi-sws.org/iris/iris/tree/iris-3.2
)
.
For Coq 8.9, you can use the
[
iris-3.3 branch
](
https://gitlab.mpi-sws.org/iris/iris/tree/iris-3.3
)
.
### Working *with* Iris
...
...
opam
View file @
195f8e9e
...
...
@@ -10,7 +10,7 @@ dev-repo: "git+https://gitlab.mpi-sws.org/iris/iris.git"
synopsis: "Iris is a Higher-Order Concurrent Separation Logic Framework with support for interactive proofs"
depends: [
"coq" { (>= "8.
9.1
" & < "8.13~") | (= "dev") }
"coq" { (>= "8.
10.2
" & < "8.13~") | (= "dev") }
"coq-stdpp" { (= "dev.2020-08-07.0.67db2f24") | (= "dev") }
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment