Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yixuan Chen
Iris
Commits
dda0bf71
Commit
dda0bf71
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
drop support for Coq 8.10
parent
72fe576e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+6
-6
6 additions, 6 deletions
.gitlab-ci.yml
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
README.md
+1
-1
1 addition, 1 deletion
README.md
coq-iris.opam
+1
-1
1 addition, 1 deletion
coq-iris.opam
with
9 additions
and
9 deletions
.gitlab-ci.yml
+
6
−
6
View file @
dda0bf71
...
...
@@ -32,6 +32,11 @@ build-coq.dev:
variables
:
OPAM_PINS
:
"
coq
version
dev"
build-coq.8.13.dev
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.13.dev"
build-coq.8.12.1
:
<<
:
*template
variables
:
...
...
@@ -48,11 +53,6 @@ build-coq.8.11.2:
variables
:
OPAM_PINS
:
"
coq
version
8.11.2"
build-coq.8.10.2
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.10.2"
# Nightly job with a known-to-work Coq version
# (so failures must be caused by std++)
build-stdpp.dev-coq.8.12.1
:
...
...
@@ -65,7 +65,7 @@ build-stdpp.dev-coq.8.12.1:
-
schedules
-
api
# Nightly job with latest Coq branch
# Nightly job with latest Coq
beta
branch
build-stdpp.dev-coq.8.13.dev
:
<<
:
*template
variables
:
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
1
−
1
View file @
dda0bf71
...
...
@@ -5,7 +5,7 @@ lemma.
## Iris master
With this release, we dropped support for Coq 8.9.
With this release, we dropped support for Coq 8.9
and Coq 8.10
.
We also split Iris into multiple opam packages:
`coq-iris`
no longer contains
HeapLang, which is now in a separate package
`coq-iris-heap-lang`
.
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
dda0bf71
...
...
@@ -30,7 +30,7 @@ Importing Iris has some side effects as the library sets some global options.
This version is known to compile with:
-
Coq
8.10.2 /
8.11.2 / 8.12.1
-
Coq 8.11.2 / 8.12.1
-
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
...
...
This diff is collapsed.
Click to expand it.
coq-iris.opam
+
1
−
1
View file @
dda0bf71
...
...
@@ -13,7 +13,7 @@ iris.prelude, iris.algebra, iris.si_logic, iris.bi, iris.proofmode, iris.base_lo
"""
depends: [
"coq" { (>= "8.1
0.2
" & < "8.14~") | (= "dev") }
"coq" { (>= "8.1
1
" & < "8.14~") | (= "dev") }
"coq-stdpp" { (= "dev.2020-11-11.2.6385b547") | (= "dev") }
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment