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 add2c2b commit 3ca4a86Copy full SHA for 3ca4a86
Makefile
@@ -1,4 +1,4 @@
1
-dune = dune $(1) $(DUNE_$(1)_FLAGS)
+dune = dune $(1) $(DUNE_$(1)_FLAGS) --stop-on-first-error
2
3
all: theories-stdlib/dune
4
$(call dune,build)
coq-elpi.opam
@@ -18,7 +18,7 @@ depends: [
18
"dune" {>= "3.13"}
19
"ocaml" {>= "4.10.0"}
20
"elpi" {>= "2.0.7" & < "2.1.0~"}
21
- ("coq" {>= "8.20+rc1" & < "8.21~"}
+ ("coq-core" {>= "8.20+rc1" & < "8.21~"} & "coq-stdlib"
22
| "rocq-core" {>= "9.0+rc1" & < "9.1~"} & "coq-core")
23
"ppx_optcomp"
24
"ocaml-lsp-server" {with-dev-setup}
0 commit comments