Skip to content

Commit

Permalink
Merge pull request #3298 from palmskog/fix-hb-1.7.1
Browse files Browse the repository at this point in the history
Fix HB 1.7.1
  • Loading branch information
palmskog authored Jan 16, 2025
2 parents d89e46b + 761b007 commit 2e4ec47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v3
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 2e4ec47

Please sign in to comment.