From a677ccd2966d9c9cb9458586eaacee33055896b2 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 16 Mar 2021 14:51:20 +0100 Subject: */*: Normalize metadata.xml files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny --- dev-haskell/parsers/metadata.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-haskell/parsers') diff --git a/dev-haskell/parsers/metadata.xml b/dev-haskell/parsers/metadata.xml index 0149708d6d5a..c4382380d26b 100644 --- a/dev-haskell/parsers/metadata.xml +++ b/dev-haskell/parsers/metadata.xml @@ -12,8 +12,8 @@ This library provides convenient combinators for working with and building parsing combinator libraries. - Given a few simple instances, e.g. for the class 'Text.Parser.Combinators.Parsing' in "Text.Parser.Combinators.Parsing" you + Given a few simple instances, e.g. for the class 'Text.Parser.Combinators.Parsing' in "Text.Parser.Combinators.Parsing" you get access to a large number of canned definitions. Instances exist for the parsers provided by @parsec@, - @attoparsec@ and base’s "Text.Read". + @attoparsec@ and base’s "Text.Read". -- cgit v1.2.3-65-gdbad