Skip to content

Commit

Permalink
add HB 1.7.1 upper bound for elpi
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Jan 16, 2025
1 parent d89e46b commit bdf2562
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
opam-version: "2.0"
name: "coq-hierarchy-builder"
maintainer: "Enrico Tassi <[email protected]>"
authors: [ "Cyril Cohen" "Kazuhiko Sakaguchi" "Enrico Tassi" ]
license: "MIT"
Expand All @@ -11,7 +10,7 @@ build: [ [ make "build"]
[ make "test-suite" ] {with-test}
]
install: [ make "install" ]
depends: [ "coq-elpi" { (>= "2.0") | = "dev" } ]
depends: [ "coq-elpi" {>= "2.0" & < "2.4"} ]
conflicts: [ "coq-hierarchy-builder-shim" ]
synopsis: "High level commands to declare and evolve a hierarchy based on packed classes"
description: """
Expand All @@ -27,4 +26,4 @@ url {
checksum: [
"sha256=1408a3ca6fb701375eeb0302d1c7f5297afca47897d074fcb36f53667dddf48b"
]
}
}

0 comments on commit bdf2562

Please sign in to comment.