File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 22
33## UNRELEASED
44
5+ ## [ 1.5.0] - 2023-08-04
6+
7+ Compatible with
8+ - Coq 8.15 with Coq-Elpi 1.14.x
9+ - Coq 8.16 with Coq-Elpi 1.15.x and 1.16.x
10+ - Coq 8.17 with Coq-Elpi 1.17.x and 1.18.x
11+ - Coq 8.18 with Coq-Elpi 1.19.x
12+ This version is required if Elpi is >= 1.17.0
13+
14+ ### General
15+
16+ - ** Fix** spilling before predicate declaration
17+ - ** Fix** unnecessary use of grafting slowing down compilation on MathComp 2.0
18+ - ** New** better "missing join" error message
19+
520## [ 1.4.0] - 2022-09-29
621
722Compatible with
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build: [ [ make "build"]
1212 [ make "test-suite" ] {with-test}
1313 ]
1414install: [ make "install" ]
15- depends: [ "coq-elpi" { (>= "1.14" & < "1.18 ~") | = "dev" } ]
15+ depends: [ "coq-elpi" { (>= "1.14" & < "1.20 ~") | = "dev" } ]
1616conflicts: [ "coq-hierarchy-builder-shim" ]
1717synopsis: "High level commands to declare and evolve a hierarchy based on packed classes"
1818description: """
You can’t perform that action at this time.
0 commit comments