summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-03-16 14:51:20 +0100
committerMichał Górny <mgorny@gentoo.org>2021-03-16 17:42:16 +0100
commita677ccd2966d9c9cb9458586eaacee33055896b2 (patch)
tree2bb3e8d1ff02b9d6842877b34511ea376d823217 /dev-haskell/filepath-bytestring
parentmedia-fonts/ja-ipafonts: EAPI-7 bump (diff)
downloadgentoo-a677ccd2966d9c9cb9458586eaacee33055896b2.tar.gz
gentoo-a677ccd2966d9c9cb9458586eaacee33055896b2.tar.bz2
gentoo-a677ccd2966d9c9cb9458586eaacee33055896b2.zip
*/*: Normalize metadata.xml files
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 <mgorny@gentoo.org>
Diffstat (limited to 'dev-haskell/filepath-bytestring')
-rw-r--r--dev-haskell/filepath-bytestring/metadata.xml6
1 files changed, 3 insertions, 3 deletions
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:
- * &quot;System.FilePath.Posix.ByteString&quot; 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).
- * &quot;System.FilePath.Windows.ByteString&quot; 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).
- * &quot;System.FilePath.ByteString&quot; 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).
</longdescription>