File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.8.1] - 2025-01-25
4+
5+ Compatible with
6+ - Coq 8.18 with Coq-Elpi 2.0.0
7+ - Coq 8.19 with Coq-Elpi 2.0.1
8+ - Coq 8.20 with Coq-Elpi 2.4.x
9+ - Rocq 9.0 with Coq-Elpi 2.4.x
10+
311## [ 1.8.0] - 2024-12-14
412
513Compatible with
Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ build: [ [ make "build"]
1212 [ make "test-suite" ] {with-test}
1313 ]
1414install: [ make "install" ]
15- depends: [ "coq-elpi" { (>= "2.0") | = "dev" } ]
15+ depends: [
16+ ("coq" {>= "8.18" & < "8.20~"} & "coq-elpi" {>= "2.0"}
17+ | "coq" {>= "8.20" | = "dev"} & "coq-elpi" {>= "2.4" | = "dev"})
18+ ]
1619conflicts: [ "coq-hierarchy-builder-shim" ]
1720synopsis: "High level commands to declare and evolve a hierarchy based on packed classes"
1821description: """
You can’t perform that action at this time.
0 commit comments