diff options
Diffstat (limited to 'stdlib/source/library/lux/tool/compiler/meta/packager/scheme.lux')
-rw-r--r-- | stdlib/source/library/lux/tool/compiler/meta/packager/scheme.lux | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/tool/compiler/meta/packager/scheme.lux b/stdlib/source/library/lux/tool/compiler/meta/packager/scheme.lux index 65efc285e..5c6ba160e 100644 --- a/stdlib/source/library/lux/tool/compiler/meta/packager/scheme.lux +++ b/stdlib/source/library/lux/tool/compiler/meta/packager/scheme.lux @@ -9,7 +9,7 @@ [data [binary (.only Binary)] ["[0]" product] - ["[0]" text + ["[0]" text (.only) ["%" format (.only format)] ["[0]" encoding]] [collection @@ -37,11 +37,11 @@ ["[0]" document (.only Document)]] [cache ["[0]" dependency]] - ["[0]" io "_" + ["[0]" io ["[1]" archive]] [// [language - ["$" lux + ["$" lux (.only) [generation (.only Context)]]]]]]) ... TODO: Delete ASAP |