Skip to content

Commit 7c84559

Browse files
committed
Update opam file
1 parent 3641101 commit 7c84559

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

coq-hierarchy-builder.opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ build: [ [ make "build"]
1212
[ make "test-suite" ] {with-test}
1313
]
1414
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+
]
1619
conflicts: [ "coq-hierarchy-builder-shim" ]
1720
synopsis: "High level commands to declare and evolve a hierarchy based on packed classes"
1821
description: """

0 commit comments

Comments
 (0)