diff --git a/Makefile b/Makefile index e8ccca073..04ef7c430 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -dune = dune $(1) $(DUNE_$(1)_FLAGS) +dune = dune $(1) $(DUNE_$(1)_FLAGS) --stop-on-first-error all: theories-stdlib/dune $(call dune,build) diff --git a/coq-elpi.opam b/coq-elpi.opam index bad76eacb..617985ed0 100644 --- a/coq-elpi.opam +++ b/coq-elpi.opam @@ -18,8 +18,8 @@ depends: [ "dune" {>= "3.13"} "ocaml" {>= "4.10.0"} "elpi" {>= "2.0.7" & < "2.1.0~"} - ("coq" {>= "8.20+rc1" & < "8.21~"} - | "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") "ppx_optcomp" "ocaml-lsp-server" {with-dev-setup} "odoc" {with-doc}