aboutsummaryrefslogtreecommitdiff
path: root/discocaml/dune
diff options
context:
space:
mode:
Diffstat (limited to 'discocaml/dune')
-rw-r--r--discocaml/dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/discocaml/dune b/discocaml/dune
index 83bf5ed..bd96d64 100644
--- a/discocaml/dune
+++ b/discocaml/dune
@@ -2,7 +2,7 @@
(name discocaml)
(inline_tests)
(libraries compiler-libs.common yojson)
- (modules arraylist ast discocaml eval)
+ (modules arraylist ast discocaml draw_tree eval)
(package discocaml)
(preprocess
(pps ppx_deriving.show ppx_deriving_yojson ppx_expect)))