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/integer-logarithms/metadata.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-haskell/integer-logarithms') diff --git a/dev-haskell/integer-logarithms/metadata.xml b/dev-haskell/integer-logarithms/metadata.xml index d1bc98b5a57b..24fd8c97c877 100644 --- a/dev-haskell/integer-logarithms/metadata.xml +++ b/dev-haskell/integer-logarithms/metadata.xml @@ -6,11 +6,11 @@ Gentoo Haskell - "Math.NumberTheory.Logarithms" and "Math.NumberTheory.Powers.Integer" + "Math.NumberTheory.Logarithms" and "Math.NumberTheory.Powers.Integer" from the arithmoi package. - Also provides "GHC.Integer.Logarithms.Compat" and - "Math.NumberTheory.Power.Natural" modules, as well as some + Also provides "GHC.Integer.Logarithms.Compat" and + "Math.NumberTheory.Power.Natural" modules, as well as some additional functions in migrated modules. -- cgit v1.2.3-65-gdbad