aboutsummaryrefslogtreecommitdiff
path: root/coqpp
diff options
context:
space:
mode:
authorThéo Zimmermann2018-10-04 11:25:40 +0200
committerThéo Zimmermann2018-10-04 11:25:40 +0200
commitdb8b52eb67b4ebeea292a31d5ca16f1332f634f0 (patch)
tree04f35161707765241d44f1cc2c3c049fe75a6e6c /coqpp
parent8a5cb2d9da73b94e1713f5ee6cba73e0680f20fb (diff)
parentdc916f4d475f1661e72ce43a26320c268fcf034c (diff)
Merge PR #8646: [dune] Add `(package coq)` scope to artifacts.
Diffstat (limited to 'coqpp')
-rw-r--r--coqpp/dune1
1 files changed, 1 insertions, 0 deletions
diff --git a/coqpp/dune b/coqpp/dune
index 24b9b9184b..a6edf4cf5b 100644
--- a/coqpp/dune
+++ b/coqpp/dune
@@ -4,5 +4,6 @@
(executable
(name coqpp_main)
(public_name coqpp)
+ (package coq)
(modules coqpp_ast coqpp_lex coqpp_parse coqpp_main)
(modules_without_implementation coqpp_ast))