aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/build.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/command/build.lux')
-rw-r--r--stdlib/source/program/aedifex/command/build.lux5
1 files changed, 3 insertions, 2 deletions
diff --git a/stdlib/source/program/aedifex/command/build.lux b/stdlib/source/program/aedifex/command/build.lux
index be20d2e29..78e38a6c5 100644
--- a/stdlib/source/program/aedifex/command/build.lux
+++ b/stdlib/source/program/aedifex/command/build.lux
@@ -9,7 +9,9 @@
[concurrency
["." promise (#+ Promise) ("#\." monad)]]
[security
- ["!" capability]]]
+ ["!" capability]]
+ [parser
+ [environment (#+ Environment)]]]
[data
["." product]
["." maybe]
@@ -22,7 +24,6 @@
[number
["i" int]]]
[world
- [environment (#+ Environment)]
["." file (#+ Path)]
["." shell (#+ Shell)]
["." console (#+ Console)]]]