Skip to content

Commit 8211199

Browse files
committed
update opam
1 parent b82ddaf commit 8211199

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

coq-hierarchy-builder.opam

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ dev-repo: "git+https://github.com/math-comp/hierarchy-builder"
1010

1111
build: [ make ]
1212
install: [ make "install" "VFILES=structures.v" ]
13-
depends: [
14-
"coq" {>= "8.11.0" & < "8.13.0~" }
15-
"coq-elpi" {>= "1.5.0" & < "1.6.0~"}
16-
]
13+
depends: [ "coq-elpi" {>= "1.6.0" & < "1.7.0~"} ]
1714
synopsis: "Hierarchy Builder"
1815
description: """
1916
High level commands to declare and evolve a hierarchy based on packed classes.
2017
"""
18+
tags: [ "logpath:HB" ]

0 commit comments

Comments
 (0)