Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
George Pirlea
Iris
Commits
3b4865f8
Commit
3b4865f8
authored
Aug 22, 2017
by
Ralf Jung
Browse files
require Coq 8.6.1
parent
df425156
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3b4865f8
...
...
@@ -33,9 +33,3 @@ iris-coq8.6.1:
paths
:
-
build-time.txt
-
build-env.txt
iris-coq8.6
:
<<
:
*template
variables
:
COQ_VERSION
:
"
8.6"
SSR_VERSION
:
"
1.6.1"
README.md
View file @
3b4865f8
...
...
@@ -6,7 +6,7 @@ This is the Coq development of the [Iris Project](http://iris-project.org).
This version is known to compile with:
-
Coq 8.6
-
Coq 8.6
.1
-
Ssreflect 1.6.1
-
A development version of
[
std++
](
https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp
)
...
...
opam
View file @
3b4865f8
...
...
@@ -13,7 +13,7 @@ build: [
install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iris'" ]
depends: [
"coq" { (>= "8.6" & < "8.7~") } # replace with (= "dev") if you want to test against a development version of Coq
"coq" { (>= "8.6
.1
" & < "8.7~") } # replace with (= "dev") if you want to test against a development version of Coq
"coq-mathcomp-ssreflect" { ((>= "1.6.1" & < "1.7~") | (= "dev")) }
"coq-stdpp"
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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