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/filepath-bytestring/metadata.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-haskell/filepath-bytestring') diff --git a/dev-haskell/filepath-bytestring/metadata.xml b/dev-haskell/filepath-bytestring/metadata.xml index 89c5eda9bf27..841dd1507998 100644 --- a/dev-haskell/filepath-bytestring/metadata.xml +++ b/dev-haskell/filepath-bytestring/metadata.xml @@ -10,11 +10,11 @@ values. It can be used as a drop in replacement for the filepath library to get the benefits of using ByteStrings. It provides three modules: - * "System.FilePath.Posix.ByteString" manipulates POSIX\/Linux style @RawFilePath@ values (with @\/@ as the path separator). + * "System.FilePath.Posix.ByteString" manipulates POSIX\/Linux style @RawFilePath@ values (with @\/@ as the path separator). - * "System.FilePath.Windows.ByteString" manipulates Windows style @RawFilePath@ values (with either @\\@ or @\/@ as the path separator, and deals with drives). + * "System.FilePath.Windows.ByteString" manipulates Windows style @RawFilePath@ values (with either @\\@ or @\/@ as the path separator, and deals with drives). - * "System.FilePath.ByteString" is an alias for the module appropriate to your platform. + * "System.FilePath.ByteString" is an alias for the module appropriate to your platform. All three modules provide the same API, and the same documentation (calling out differences in the different variants). -- cgit v1.2.3-65-gdbad