From ef78c1f92ab29c4370193591b170535dd9e743f7 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 5 Nov 2020 22:54:05 -0400 Subject: Improved error reporting for syntax macros. --- stdlib/source/program/aedifex/pom.lux | 5 +++-- 1 file changed, 3 insertions(+), 2 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 259a3f769..a310b2c48 100644 --- a/stdlib/source/program/aedifex/pom.lux +++ b/stdlib/source/program/aedifex/pom.lux @@ -19,7 +19,8 @@ ["." dictionary]]]] ["." // #_ ["/" profile] - ["#." dependency (#+ Repository Dependency)] + ["#." repository (#+ Address)] + ["#." dependency (#+ Dependency)] ["#." artifact (#+ Artifact) ["#/." type]]]) @@ -65,7 +66,7 @@ (#_.Node ["" "license"] _.attrs))) (def: repository - (-> Repository XML) + (-> Address XML) (|>> (..property "url") list (#_.Node ["" "repository"] _.attrs))) -- cgit v1.2.3