From 35c0807799717cd720ab28b35851c1a01a67445d Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 7 Sep 2021 22:50:21 -0400 Subject: De-taggification | part 4 --- stdlib/source/program/aedifex/dependency.lux | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'stdlib/source/program/aedifex/dependency.lux') diff --git a/stdlib/source/program/aedifex/dependency.lux b/stdlib/source/program/aedifex/dependency.lux index bb75342c1..d2f299b1d 100644 --- a/stdlib/source/program/aedifex/dependency.lux +++ b/stdlib/source/program/aedifex/dependency.lux @@ -6,11 +6,11 @@ [order {"+" [Order]}] [hash {"+" [Hash]}]] [data - ["." product] - ["." text ("#\." order) + ["[0]" product] + ["[0]" text ("[1]\[0]" order) ["%" format {"+" [format]}]]]]] - ["." // "_" - ["#" artifact {"+" [Artifact]} ("#\." order) + ["[0]" // "_" + ["[1]" artifact {"+" [Artifact]} ("[1]\[0]" order) [type {"+" [Type]}]]]) (type: .public Dependency -- cgit v1.2.3