aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/pom.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/pom.lux')
-rw-r--r--stdlib/source/program/aedifex/pom.lux20
1 files changed, 10 insertions, 10 deletions
diff --git a/stdlib/source/program/aedifex/pom.lux b/stdlib/source/program/aedifex/pom.lux
index 99ac54571..b116e45bc 100644
--- a/stdlib/source/program/aedifex/pom.lux
+++ b/stdlib/source/program/aedifex/pom.lux
@@ -1,32 +1,32 @@
(.module:
[library
- [lux #*
+ [lux "*"
[abstract
- [monad (#+ do)]]
+ [monad {"+" [do]}]]
[control
- [pipe (#+ case>)]
+ [pipe {"+" [case>]}]
["." maybe ("#\." functor)]
- ["." try (#+ Try)]
+ ["." try {"+" [Try]}]
["." exception]
["<>" parser
- ["<.>" xml (#+ Parser)]]]
+ ["<.>" xml {"+" [Parser]}]]]
[data
["." name]
["." text]
[format
- ["_" xml (#+ Tag XML)]]
+ ["_" xml {"+" [Tag XML]}]]
[collection
["." list ("#\." monoid functor mix)]
["." set]
["." dictionary]]]
[world
["." file]]]]
- ["." // #_
+ ["." // "_"
["/" profile]
- ["#." dependency (#+ Dependency)]
+ ["#." dependency {"+" [Dependency]}]
[repository
- [remote (#+ Address)]]
- ["#." artifact (#+ Artifact)
+ [remote {"+" [Address]}]]
+ ["#." artifact {"+" [Artifact]}
["#/." type]]])
... https://maven.apache.org/pom.html