Skip to content
Snippets Groups Projects
Commit 4fc90094 authored by Ralf Jung's avatar Ralf Jung
Browse files

drop support for Coq 8.12

parent 4e2da79d
Branches
Tags
1 merge request!440drop support for Coq 8.12 and 8.13
......@@ -84,16 +84,9 @@ build-coq.8.14.1:
OCAML: "ocaml-base-compiler.4.07.1"
build-coq.8.13.2:
<<: *template
variables:
OPAM_PINS: "coq version 8.13.2"
DENY_WARNINGS: "1"
OCAML: "ocaml-base-compiler.4.07.1"
build-coq.8.12.2:
<<: *template
<<: *branches_and_mr
variables:
OPAM_PINS: "coq version 8.12.2"
OPAM_PINS: "coq version 8.13.2"
DENY_WARNINGS: "1"
OCAML: "ocaml-base-compiler.4.07.1"
......@@ -3,6 +3,8 @@ API-breaking change is listed.
## std++ master
Coq 8.12 is no longer supported by this release.
- Rename `difference_difference` -> `difference_difference_l` and
`difference_difference_L` -> `difference_difference_l_L`, add
`difference_difference_r` and `difference_difference_r_L`.
......
......@@ -45,7 +45,7 @@ Notably:
This version is known to compile with:
- Coq version 8.12.2 / 8.13.2 / 8.14.1 / 8.15.2 / 8.16.1
- Coq version 8.13.2 / 8.14.1 / 8.15.2 / 8.16.1
## Installing via opam
......
......@@ -33,7 +33,7 @@ tags: [
]
depends: [
"coq" { (>= "8.12" & < "8.18~") | (= "dev") }
"coq" { (>= "8.13" & < "8.18~") | (= "dev") }
]
build: ["./make-package" "stdpp" "-j%{jobs}%"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment