diff options
author | Eduardo Julian | 2022-07-06 12:05:43 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-07-06 12:05:43 -0400 |
commit | 0c32c7f03ad1f8f0db54b623dc407713bbf8cacd (patch) | |
tree | 59736e9e5f9f8cc94c0b46872f9e78575e45d8da /stdlib/source/program/aedifex/command/version.lux | |
parent | 9a9b2493a8eda60f08809b4cb1e5bc49c5c3600c (diff) |
Moved compiler machinery under lux/meta.
Diffstat (limited to 'stdlib/source/program/aedifex/command/version.lux')
-rw-r--r-- | stdlib/source/program/aedifex/command/version.lux | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stdlib/source/program/aedifex/command/version.lux b/stdlib/source/program/aedifex/command/version.lux index 83d13af8a..a65ca499c 100644 --- a/stdlib/source/program/aedifex/command/version.lux +++ b/stdlib/source/program/aedifex/command/version.lux @@ -6,8 +6,7 @@ [concurrency ["[0]" async (.only Async)]]] ["[0]" meta - ["[1]/[0]" version]] - [tool + ["[1]/[0]" version] [compiler ["[0]" version]]] [world |