aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/install.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/command/install.lux')
-rw-r--r--stdlib/source/program/aedifex/command/install.lux30
1 files changed, 15 insertions, 15 deletions
diff --git a/stdlib/source/program/aedifex/command/install.lux b/stdlib/source/program/aedifex/command/install.lux
index a496b35bc..023b2cc84 100644
--- a/stdlib/source/program/aedifex/command/install.lux
+++ b/stdlib/source/program/aedifex/command/install.lux
@@ -1,15 +1,15 @@
(.module:
[library
- [lux #*
+ [lux "*"
[abstract
- [monad (#+ do)]]
+ [monad {"+" [do]}]]
[control
- ["." try (#+ Try)]
+ ["." try {"+" [Try]}]
["." exception]
[concurrency
- ["." async (#+ Async)]]]
+ ["." async {"+" [Async]}]]]
[data
- [binary (#+ Binary)]
+ [binary {"+" [Binary]}]
[text
[encoding
["." utf8]]]
@@ -20,27 +20,27 @@
["." tar]
["." xml]]]
[world
- [program (#+ Program)]
+ [program {"+" [Program]}]
["." file]
- ["." console (#+ Console)]]]]
+ ["." console {"+" [Console]}]]]]
[program
[compositor
["." export]]]
- ["." // #_
+ ["." // "_"
["#." clean]
- ["/#" // #_
- ["/" profile (#+ Profile)]
- ["#." action (#+ Action)]
- ["#." command (#+ Command)]
+ ["/#" // "_"
+ ["/" profile {"+" [Profile]}]
+ ["#." action {"+" [Action]}]
+ ["#." command {"+" [Command]}]
["#." local]
["#." pom]
["#." package]
- [repository (#+ Repository)
+ [repository {"+" [Repository]}
["#." origin]]
- ["#." dependency #_
+ ["#." dependency "_"
["#/." deployment]
["#/." status]]
- ["#." artifact (#+ Artifact)
+ ["#." artifact {"+" [Artifact]}
["#/." type]]]])
(def: .public success