Skip to content

Commit 037d2b5

Browse files
authored
Merge pull request #732 from LPCIC/fix-opam
opam
2 parents add2c2b + bedcc81 commit 037d2b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ 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~"}
22-
| "rocq-core" {>= "9.0+rc1" & < "9.1~"} & "coq-core")
21+
("coq-core" {>= "8.20+rc1" & < "8.21~" | = "dev" } & "coq-stdlib"
22+
| "rocq-core" {>= "9.0+rc1" & < "9.1~" | = "dev" } & "coq-core")
2323
"ppx_optcomp"
2424
"ocaml-lsp-server" {with-dev-setup}
2525
"odoc" {with-doc}

0 commit comments

Comments
 (0)