Skip to content

Commit 6020e05

Browse files
committed
fix opam
1 parent 889758b commit 6020e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coq-hierarchy-builder.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build: [ [ make "build"]
1212
[ make "test-suite" ] {with-test}
1313
]
1414
install: [ make "install" ]
15-
depends: [ "coq-elpi" { (>= "1.15" & < "1.20~") | = "dev" } ]
15+
depends: [ "coq-elpi" { (>= "1.16" & < "1.20~") | = "dev" } ]
1616
conflicts: [ "coq-hierarchy-builder-shim" ]
1717
synopsis: "High level commands to declare and evolve a hierarchy based on packed classes"
1818
description: """

0 commit comments

Comments
 (0)