diff options
author | Eduardo Julian | 2022-06-03 22:08:18 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-03 22:08:18 -0400 |
commit | f2172051a91bbb2578918dc784a053a321849b63 (patch) | |
tree | 5e49152d0992cadf9420a055cc24cabafc4e7972 /stdlib/source/program/aedifex/command/deploy | |
parent | 3e7d188cbe7bc9bce4a14318e2f62583fe2501d1 (diff) |
Extensible import syntax [Part 5]
Diffstat (limited to 'stdlib/source/program/aedifex/command/deploy')
-rw-r--r-- | stdlib/source/program/aedifex/command/deploy/release.lux | 2 | ||||
-rw-r--r-- | stdlib/source/program/aedifex/command/deploy/snapshot.lux | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/program/aedifex/command/deploy/release.lux b/stdlib/source/program/aedifex/command/deploy/release.lux index 04c699286..2f7d1e4d7 100644 --- a/stdlib/source/program/aedifex/command/deploy/release.lux +++ b/stdlib/source/program/aedifex/command/deploy/release.lux @@ -1,6 +1,6 @@ (.using [library - [lux (.full) + [lux (.except) ["[0]" ffi (.only import:)] [abstract [predicate (.only Predicate)] diff --git a/stdlib/source/program/aedifex/command/deploy/snapshot.lux b/stdlib/source/program/aedifex/command/deploy/snapshot.lux index f1c779517..90251c3bd 100644 --- a/stdlib/source/program/aedifex/command/deploy/snapshot.lux +++ b/stdlib/source/program/aedifex/command/deploy/snapshot.lux @@ -1,6 +1,6 @@ (.using [library - [lux (.full) + [lux (.except) [abstract [monad (.only do)] [predicate (.only Predicate)]] |