aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/package.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/package.lux')
-rw-r--r--stdlib/source/program/aedifex/package.lux22
1 files changed, 11 insertions, 11 deletions
diff --git a/stdlib/source/program/aedifex/package.lux b/stdlib/source/program/aedifex/package.lux
index 54994e50b..069bdb83c 100644
--- a/stdlib/source/program/aedifex/package.lux
+++ b/stdlib/source/program/aedifex/package.lux
@@ -1,32 +1,32 @@
(.module:
[library
- [lux (#- local)
+ [lux {"-" [local]}
[abstract
- [equivalence (#+ Equivalence)]]
+ [equivalence {"+" [Equivalence]}]]
[control
- ["." try (#+ Try) ("#\." functor)]
+ ["." try {"+" [Try]} ("#\." functor)]
[parser
["<.>" xml]]]
[data
["." sum]
["." product]
- ["." binary (#+ Binary)]
+ ["." binary {"+" [Binary]}]
[text
[encoding
["." utf8]]]
[format
- ["." xml (#+ XML)]]
+ ["." xml {"+" [XML]}]]
[collection
- [set (#+ Set)]]]]]
- ["." // #_
+ [set {"+" [Set]}]]]]]
+ ["." // "_"
["/" profile]
["#." hash]
["#." pom]
- [dependency (#+ Dependency)
- ["#." status (#+ Status)]]
+ [dependency {"+" [Dependency]}
+ ["#." status {"+" [Status]}]]
[repository
- [remote (#+ Address)]
- ["#." origin (#+ Origin)]]])
+ [remote {"+" [Address]}]
+ ["#." origin {"+" [Origin]}]]])
(type: .public Package
(Record