aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc/source/program.lux')
-rw-r--r--new-luxc/source/program.lux6
1 files changed, 4 insertions, 2 deletions
diff --git a/new-luxc/source/program.lux b/new-luxc/source/program.lux
index 01b3a2eee..7b29f7283 100644
--- a/new-luxc/source/program.lux
+++ b/new-luxc/source/program.lux
@@ -27,7 +27,9 @@
[translation
["." jvm
["." runtime]
- ["." expression]]]]])
+ ["." expression]
+ [procedure
+ ["." common]]]]]])
(def: (or-crash! failure-description action)
(All [a]
@@ -72,7 +74,7 @@
(#cli.Compilation configuration)
(<| (or-crash! "Compilation failed:")
..timed
- (default.compile platform configuration))
+ (default.compile platform configuration common.bundle))
(#cli.Interpretation configuration)
(<| (or-crash! "Interpretation failed:")