aboutsummaryrefslogtreecommitdiff
path: root/dune-project
diff options
context:
space:
mode:
authorThéo Zimmermann2019-08-22 18:24:15 +0200
committerThéo Zimmermann2019-08-22 18:24:15 +0200
commitedd7519b6e1af6d62194f9f3dcc938534b86d036 (patch)
tree2742926e3c75a71316219ea29bae6cc51fd7b289 /dune-project
parent41d7105708dbd4a3066a1a92d69ad2547e51ee76 (diff)
parent1c34e2244e77a0759bf7a5b6925643de8fe133b5 (diff)
Merge PR #10515: [dune] Move to Dune 1.10, use coq.pp directive.
Reviewed-by: Zimmi48 Reviewed-by: vbgl
Diffstat (limited to 'dune-project')
-rw-r--r--dune-project8
1 files changed, 7 insertions, 1 deletions
diff --git a/dune-project b/dune-project
index f0ac11ba61..45d9d06314 100644
--- a/dune-project
+++ b/dune-project
@@ -1,2 +1,8 @@
-(lang dune 1.6)
+(lang dune 1.10)
(name coq)
+(using coq 0.1)
+
+; We cannot set this to true until as long as the build is not
+; properly bootstrapped [that is, we remove the voboot target]
+;
+; (generate_opam_files true)