Skip to content

Commit 3ca4a86

Browse files
committed
depend on coq-stdlib on 8.20
1 parent add2c2b commit 3ca4a86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dune = dune $(1) $(DUNE_$(1)_FLAGS)
1+
dune = dune $(1) $(DUNE_$(1)_FLAGS) --stop-on-first-error
22

33
all: theories-stdlib/dune
44
$(call dune,build)

coq-elpi.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ depends: [
1818
"dune" {>= "3.13"}
1919
"ocaml" {>= "4.10.0"}
2020
"elpi" {>= "2.0.7" & < "2.1.0~"}
21-
("coq" {>= "8.20+rc1" & < "8.21~"}
21+
("coq-core" {>= "8.20+rc1" & < "8.21~"} & "coq-stdlib"
2222
| "rocq-core" {>= "9.0+rc1" & < "9.1~"} & "coq-core")
2323
"ppx_optcomp"
2424
"ocaml-lsp-server" {with-dev-setup}

0 commit comments

Comments
 (0)