Skip to content
Snippets Groups Projects
Commit 9ec482a5 authored by Rodolphe Lepigre's avatar Rodolphe Lepigre
Browse files

Dune build compatible with Rocq 9.0.0.

parent 39860d00
No related branches found
No related tags found
1 merge request!601Dune build compatible with Rocq 9.0.0.
Pipeline #121356 passed
...@@ -5,4 +5,6 @@ ...@@ -5,4 +5,6 @@
(:standard ; Keeping the default flags. (:standard ; Keeping the default flags.
; Add custom flags (to be kept in sync with _CoqProject). ; Add custom flags (to be kept in sync with _CoqProject).
-w -argument-scope-delimiter -w -argument-scope-delimiter
-w -notation-incompatible-prefix))))) -w -notation-incompatible-prefix
-w -deprecated-from-Coq
-w -deprecated-dirpath-Coq)))))
(include_subdirs qualified) (include_subdirs qualified)
(coq.theory (coq.theory
(name stdpp) (name stdpp)
(package coq-stdpp)) (package coq-stdpp)
(theories Stdlib))
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
(coq.theory (coq.theory
(name stdpp.bitvector) (name stdpp.bitvector)
(package coq-stdpp-bitvector) (package coq-stdpp-bitvector)
(theories stdpp)) (theories Stdlib stdpp))
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
(coq.theory (coq.theory
(name stdpp.unstable) (name stdpp.unstable)
(package coq-stdpp-unstable) (package coq-stdpp-unstable)
(theories stdpp stdpp.bitvector)) (theories Stdlib stdpp stdpp.bitvector))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment