Skip to content

Commit c417d0a

Browse files
committed
changed dependency, from coq-elpi to rocq-elpi
and fixes parse error
1 parent 634703d commit c417d0a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

rocq-hierarchy-builder.opam

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ install: [ make "install" ]
1515
depends: [
1616
("coq" {>= "8.18" & < "8.20~"} & "coq-elpi" {>= "2.0"}
1717
| "coq" {>= "8.20" & < "8.21~"} & "coq-elpi" {>= "2.4" | = "dev"}
18-
| "rocq-core" {(>= "9.0" & < "9.1~") | = "dev"} & "coq-elpi" {>= "2.4" | = "dev"})
18+
| "rocq-core" {(>= "9.0" & < "9.1~") | = "dev"} & "rocq-elpi" {>= "2.4" | = "dev"})
19+
]
20+
conflicts: [
21+
"coq-hierarchy-builder" {< "1.9~"}
22+
"coq-hierarchy-builder-shim"
1923
]
20-
conflicts: [ "coq-hierarchy-builder" {< "1.9~"} ]
2124
depexts: [
2225
[ "wdiff" ] {os-family = "debian" & with-test}
2326
]
24-
conflicts: [ "coq-hierarchy-builder-shim" ]
2527
synopsis: "High level commands to declare and evolve a hierarchy based on packed classes"
2628
description: """
2729
Hierarchy Builder is a high level language to build hierarchies of algebraic structures and make these

0 commit comments

Comments
 (0)