Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
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
Model registry
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
Iris
stdpp
Commits
852e6fa7
Commit
852e6fa7
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
drop support for Coq 8.7
parent
376e5e05
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!170
drop support for Coq 8.7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+0
-5
0 additions, 5 deletions
.gitlab-ci.yml
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
README.md
+1
-1
1 addition, 1 deletion
README.md
opam
+1
-1
1 addition, 1 deletion
opam
with
4 additions
and
7 deletions
.gitlab-ci.yml
+
0
−
5
View file @
852e6fa7
...
...
@@ -56,8 +56,3 @@ build-coq.8.8.2:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.8.2"
build-coq.8.7.2
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.7.2"
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
2
−
0
View file @
852e6fa7
...
...
@@ -3,6 +3,8 @@ API-breaking change is listed.
## std++ master
Coq 8.7 is no longer supported by this release.
-
Rename
`Z2Nat_inj_div`
and
`Z2Nat_inj_mod`
to
`Nat2Z_inj_div`
and
`Nat2Z_inj_mod`
to follow the naming convention of
`Nat2Z`
and
`Z2Nat`
. The names
`Z2Nat_inj_div`
and
`Z2Nat_inj_mod`
have been
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
852e6fa7
...
...
@@ -45,7 +45,7 @@ Notably:
This version is known to compile with:
-
Coq version
8.7.2 /
8.8.2 / 8.9.1 / 8.10.2 / 8.11.2
-
Coq version 8.8.2 / 8.9.1 / 8.10.2 / 8.11.2
## Installing via opam
...
...
This diff is collapsed.
Click to expand it.
opam
+
1
−
1
View file @
852e6fa7
...
...
@@ -30,7 +30,7 @@ The key features of this library are as follows:
"""
depends: [
"coq" { (=
"8.7.2") | (=
"8.8.2") | (>= "8.9.1" & < "8.13~") | (= "dev") }
"coq" { (= "8.8.2") | (>= "8.9.1" & < "8.13~") | (= "dev") }
]
build: [make "-j%{jobs}%"]
...
...
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