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 14dfa74 commit ffb8037Copy full SHA for ffb8037
.github/workflows/main.yml
@@ -19,6 +19,7 @@ jobs:
19
coq_version:
20
- '8.13'
21
- '8.14'
22
+ - '8.15'
23
ocaml_version:
24
- '4.07-flambda'
25
steps:
coq-hierarchy-builder.opam
@@ -12,7 +12,7 @@ build: [ [ make "build"]
12
[ make "test-suite" ] {with-test}
13
]
14
install: [ make "install" ]
15
-depends: [ "coq-elpi" { (>= "1.11.0" & < "1.12~") | = "dev" } ]
+depends: [ "coq-elpi" { (>= "1.11.0" & < "1.13~") | = "dev" } ]
16
conflicts: [ "coq-hierarchy-builder-shim" ]
17
synopsis: "High level commands to declare and evolve a hierarchy based on packed classes"
18
description: """
0 commit comments