about summary refs log tree commit diff
path: root/src/bin/dune
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/dune')
-rw-r--r--src/bin/dune8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bin/dune b/src/bin/dune
index f11979a..87fe556 100644
--- a/src/bin/dune
+++ b/src/bin/dune
@@ -4,8 +4,8 @@
  (libraries
   asai
   linenoise
-  toytt.elaborator
-  toytt.nbe
-  toytt.parser
+  yuujinchou
   toytt.error
-  ))
+  toytt.driver
+  toytt.parser
+  toytt.toplevel))