diff --git a/Changelog.md b/Changelog.md index beea4b5e..22dd5506 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,13 @@ # Changelog +## [1.8.1] - 2025-01-25 + +Compatible with +- Coq 8.18 with Coq-Elpi 2.0.0 +- Coq 8.19 with Coq-Elpi 2.0.1 +- Coq 8.20 with Coq-Elpi 2.4.x +- Rocq 9.0 with Coq-Elpi 2.4.x + ## [1.8.0] - 2024-12-14 Compatible with diff --git a/coq-hierarchy-builder.opam b/coq-hierarchy-builder.opam index c5ae21ff..3b4b5801 100644 --- a/coq-hierarchy-builder.opam +++ b/coq-hierarchy-builder.opam @@ -12,7 +12,10 @@ build: [ [ make "build"] [ make "test-suite" ] {with-test} ] install: [ make "install" ] -depends: [ "coq-elpi" { (>= "2.0") | = "dev" } ] +depends: [ + ("coq" {>= "8.18" & < "8.20~"} & "coq-elpi" {>= "2.0"} + | "coq" {>= "8.20" | = "dev"} & "coq-elpi" {>= "2.4" | = "dev"}) +] conflicts: [ "coq-hierarchy-builder-shim" ] synopsis: "High level commands to declare and evolve a hierarchy based on packed classes" description: """