We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952607d commit 992c3f5Copy full SHA for 992c3f5
coq-hierarchy-builder-shim.opam
@@ -11,7 +11,7 @@ dev-repo: "git+https://github.com/math-comp/hierarchy-builder"
11
build: [ make "-C" "shim" "build" ]
12
install: [ make "-C" "shim" "install" ]
13
conflicts: [ "coq-hierarchy-builder" ]
14
-depends: [ "coq" ]
+depends: [ "coq" {>= "8.10"} ]
15
synopsis: "Shim package for HB"
16
description: """
17
This package provide the support constants one can use to compile files
0 commit comments