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
Alix Trieu
stdpp
Commits
852e6fa7
Commit
852e6fa7
authored
Jul 02, 2020
by
Ralf Jung
Browse files
drop support for Coq 8.7
parent
376e5e05
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
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"
CHANGELOG.md
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
...
...
README.md
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
...
...
opam
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}%"]
...
...
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