aboutsummaryrefslogtreecommitdiff
path: root/coqpp/dune
diff options
context:
space:
mode:
Diffstat (limited to 'coqpp/dune')
-rw-r--r--coqpp/dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/coqpp/dune b/coqpp/dune
index a6edf4cf5b..12071c7c05 100644
--- a/coqpp/dune
+++ b/coqpp/dune
@@ -5,5 +5,5 @@
(name coqpp_main)
(public_name coqpp)
(package coq)
- (modules coqpp_ast coqpp_lex coqpp_parse coqpp_main)
+ (modules coqpp_ast coqpp_lex coqpp_parse coqpp_parser coqpp_main)
(modules_without_implementation coqpp_ast))