diff options
Diffstat (limited to '')
-rw-r--r-- | lux-jvm/source/program.lux | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lux-jvm/source/program.lux b/lux-jvm/source/program.lux index a7e2f395c..65cff6d00 100644 --- a/lux-jvm/source/program.lux +++ b/lux-jvm/source/program.lux @@ -1,5 +1,6 @@ (.module: [lux (#- Definition) + [program (#+ program:)] ["@" target] ["." host (#+ import:)] [abstract @@ -7,8 +8,6 @@ [control ["." io (#+ IO)] ["." try (#+ Try)] - [parser - [cli (#+ program:)]] [concurrency ["." promise (#+ Promise)]]] [data |