diff options
Diffstat (limited to 'discocaml/dune')
-rw-r--r-- | discocaml/dune | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discocaml/dune b/discocaml/dune index 50b12c2..83bf5ed 100644 --- a/discocaml/dune +++ b/discocaml/dune @@ -2,7 +2,7 @@ (name discocaml) (inline_tests) (libraries compiler-libs.common yojson) - (modules ast discocaml eval) + (modules arraylist ast discocaml eval) (package discocaml) (preprocess (pps ppx_deriving.show ppx_deriving_yojson ppx_expect))) |