diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/program/aedifex/command.lux | 2 | ||||
-rw-r--r-- | stdlib/source/program/aedifex/command/auto.lux | 2 | ||||
-rw-r--r-- | stdlib/source/program/aedifex/command/build.lux | 2 | ||||
-rw-r--r-- | stdlib/source/program/aedifex/command/clean.lux | 2 | ||||
-rw-r--r-- | stdlib/source/program/aedifex/command/deploy.lux | 2 | ||||
-rw-r--r-- | stdlib/source/program/aedifex/command/deps.lux | 2 | ||||
-rw-r--r-- | stdlib/source/program/aedifex/command/install.lux | 2 | ||||
-rw-r--r-- | stdlib/source/program/aedifex/command/pom.lux | 2 | ||||
-rw-r--r-- | stdlib/source/program/aedifex/command/test.lux | 2 | ||||
-rw-r--r-- | stdlib/source/program/aedifex/command/version.lux | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/stdlib/source/program/aedifex/command.lux b/stdlib/source/program/aedifex/command.lux index f30dbf70c..89b03c25d 100644 --- a/stdlib/source/program/aedifex/command.lux +++ b/stdlib/source/program/aedifex/command.lux @@ -1,4 +1,4 @@ -(.module: +(.using [library [lux "*"]] ["[0]" // "_" diff --git a/stdlib/source/program/aedifex/command/auto.lux b/stdlib/source/program/aedifex/command/auto.lux index a44e55f4e..5d8b0b1d4 100644 --- a/stdlib/source/program/aedifex/command/auto.lux +++ b/stdlib/source/program/aedifex/command/auto.lux @@ -1,4 +1,4 @@ -(.module: +(.using [library [lux "*" [abstract diff --git a/stdlib/source/program/aedifex/command/build.lux b/stdlib/source/program/aedifex/command/build.lux index a01db7559..8ad4c15f6 100644 --- a/stdlib/source/program/aedifex/command/build.lux +++ b/stdlib/source/program/aedifex/command/build.lux @@ -1,4 +1,4 @@ -(.module: +(.using [library [lux "+" ["[0]" ffi {"+" import:}] diff --git a/stdlib/source/program/aedifex/command/clean.lux b/stdlib/source/program/aedifex/command/clean.lux index ed5c91d56..02405e189 100644 --- a/stdlib/source/program/aedifex/command/clean.lux +++ b/stdlib/source/program/aedifex/command/clean.lux @@ -1,4 +1,4 @@ -(.module: +(.using [library [lux "*" [abstract diff --git a/stdlib/source/program/aedifex/command/deploy.lux b/stdlib/source/program/aedifex/command/deploy.lux index 775d52529..f80ed0275 100644 --- a/stdlib/source/program/aedifex/command/deploy.lux +++ b/stdlib/source/program/aedifex/command/deploy.lux @@ -1,4 +1,4 @@ -(.module: +(.using [library [lux "*" [abstract diff --git a/stdlib/source/program/aedifex/command/deps.lux b/stdlib/source/program/aedifex/command/deps.lux index 654f00156..a8602cd3f 100644 --- a/stdlib/source/program/aedifex/command/deps.lux +++ b/stdlib/source/program/aedifex/command/deps.lux @@ -1,4 +1,4 @@ -(.module: +(.using [library [lux "*" [abstract diff --git a/stdlib/source/program/aedifex/command/install.lux b/stdlib/source/program/aedifex/command/install.lux index 3436adf17..06f3197f8 100644 --- a/stdlib/source/program/aedifex/command/install.lux +++ b/stdlib/source/program/aedifex/command/install.lux @@ -1,4 +1,4 @@ -(.module: +(.using [library [lux "*" [abstract diff --git a/stdlib/source/program/aedifex/command/pom.lux b/stdlib/source/program/aedifex/command/pom.lux index 56e19488a..20bad61fe 100644 --- a/stdlib/source/program/aedifex/command/pom.lux +++ b/stdlib/source/program/aedifex/command/pom.lux @@ -1,4 +1,4 @@ -(.module: +(.using [library [lux "*" [abstract diff --git a/stdlib/source/program/aedifex/command/test.lux b/stdlib/source/program/aedifex/command/test.lux index b5f6c7f8b..b2f67ba07 100644 --- a/stdlib/source/program/aedifex/command/test.lux +++ b/stdlib/source/program/aedifex/command/test.lux @@ -1,4 +1,4 @@ -(.module: +(.using [library [lux "*" [abstract diff --git a/stdlib/source/program/aedifex/command/version.lux b/stdlib/source/program/aedifex/command/version.lux index 9e01d2672..2a9072c39 100644 --- a/stdlib/source/program/aedifex/command/version.lux +++ b/stdlib/source/program/aedifex/command/version.lux @@ -1,4 +1,4 @@ -(.module: +(.using [library [lux "*" [control |