From 376c3e472fbb1e2656f8c61b26e0276570609aa1 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 13 Sep 2021 00:29:57 -0400 Subject: Updated only/except import syntax to take into account record => variant syntax change. --- stdlib/source/program/aedifex/pom.lux | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'stdlib/source/program/aedifex/pom.lux') diff --git a/stdlib/source/program/aedifex/pom.lux b/stdlib/source/program/aedifex/pom.lux index 226de3015..8ac9e1808 100644 --- a/stdlib/source/program/aedifex/pom.lux +++ b/stdlib/source/program/aedifex/pom.lux @@ -2,19 +2,19 @@ [library [lux "*" [abstract - [monad {"+" [do]}]] + [monad {"+" do}]] [control - [pipe {"+" [case>]}] + [pipe {"+" case>}] ["[0]" maybe ("[1]#[0]" functor)] - ["[0]" try {"+" [Try]}] + ["[0]" try {"+" Try}] ["[0]" exception] ["<>" parser - ["<[0]>" xml {"+" [Parser]}]]] + ["<[0]>" xml {"+" Parser}]]] [data ["[0]" name] ["[0]" text] [format - ["_" xml {"+" [Tag XML]}]] + ["_" xml {"+" Tag XML}]] [collection ["[0]" list ("[1]#[0]" monoid functor mix)] ["[0]" set] @@ -23,10 +23,10 @@ ["[0]" file]]]] ["[0]" // "_" ["/" profile] - ["[1][0]" dependency {"+" [Dependency]}] + ["[1][0]" dependency {"+" Dependency}] [repository - [remote {"+" [Address]}]] - ["[1][0]" artifact {"+" [Artifact]} + [remote {"+" Address}]] + ["[1][0]" artifact {"+" Artifact} ["[1]/[0]" type]]]) ... https://maven.apache.org/pom.html -- cgit v1.2.3