Skip to content

Commit 14dfa74

Browse files
authored
Merge pull request #270 from math-comp/fix-opam
Update coq-hierarchy-builder-shim.opam
2 parents a06930d + 992c3f5 commit 14dfa74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coq-hierarchy-builder-shim.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dev-repo: "git+https://github.com/math-comp/hierarchy-builder"
1111
build: [ make "-C" "shim" "build" ]
1212
install: [ make "-C" "shim" "install" ]
1313
conflicts: [ "coq-hierarchy-builder" ]
14-
depends: [ "coq" ]
14+
depends: [ "coq" {>= "8.10"} ]
1515
synopsis: "Shim package for HB"
1616
description: """
1717
This package provide the support constants one can use to compile files

0 commit comments

Comments
 (0)