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 1
1
# Changelog
2
2
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
+
3
11
## [ 1.8.0] - 2024-12-14
4
12
5
13
Compatible with
Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ build: [ [ make "build"]
12
12
[ make "test-suite" ] {with-test}
13
13
]
14
14
install: [ 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
+ ]
16
19
conflicts: [ "coq-hierarchy-builder-shim" ]
17
20
synopsis: "High level commands to declare and evolve a hierarchy based on packed classes"
18
21
description: """
You can’t perform that action at this time.
0 commit comments