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.
2 parents add2c2b + bedcc81 commit 037d2b5Copy full SHA for 037d2b5
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,8 +18,8 @@ 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~"}
22
- | "rocq-core" {>= "9.0+rc1" & < "9.1~"} & "coq-core")
+ ("coq-core" {>= "8.20+rc1" & < "8.21~" | = "dev" } & "coq-stdlib"
+ | "rocq-core" {>= "9.0+rc1" & < "9.1~" | = "dev" } & "coq-core")
23
"ppx_optcomp"
24
"ocaml-lsp-server" {with-dev-setup}
25
"odoc" {with-doc}
0 commit comments