summaryrefslogtreecommitdiff
path: root/dev-haskell/filepath-bytestring
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /dev-haskell/filepath-bytestring
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'dev-haskell/filepath-bytestring')
-rw-r--r--dev-haskell/filepath-bytestring/Manifest2
-rw-r--r--dev-haskell/filepath-bytestring/metadata.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/filepath-bytestring/Manifest b/dev-haskell/filepath-bytestring/Manifest
index 20dfcf49e206..1020358e60fa 100644
--- a/dev-haskell/filepath-bytestring/Manifest
+++ b/dev-haskell/filepath-bytestring/Manifest
@@ -1,3 +1,3 @@
DIST filepath-bytestring-1.4.2.1.6.tar.gz 25418 BLAKE2B 3b1eaa89f68f6bea1ab1cf003cb53032eeea81f36b2de046054310b17c60d951791499afbd1e92a3d264515cfa3d3b60c87527f3579401a92b92efcc265c4c3f SHA512 f101d718681373faead2e916dbdb7fda7b12091067d070f5d0e8ceab48c8081ca7f46bdc2fcfc0b535d65d51a3835fed05a50acf36f1a01c22c8d01c4c98e106
EBUILD filepath-bytestring-1.4.2.1.6.ebuild 661 BLAKE2B 6453c72198aef122f54938f6ed442523a2b90d380927aed2c00aeec7c7a0bc27fa1810704eb2b861c45928c5fe5a823adb1379886a96492701eb1017f193ea32 SHA512 50ea1391f7464ac1938ba591bfd2ace4fe26bf6d5a3af6370b75ec406eda0091db4300d4a611fccc1f2cb899c00bcd4895d867e77175f285429885926e080bd3
-MISC metadata.xml 1044 BLAKE2B e6b1abdbd4e39ed61665d4bc99c3bb9d5416dc683a4aba0fec22271d3600574a6fef11efd84aedd624a50ea4be539f93b131598d2e6011d3ccfb9606c6d53703 SHA512 ff1d28f9296a70667be705e2614d220c15c53c003734b951e932b3060308f0482456956aef29f2209c3863ef79e69b97029d16dfb38d9f23b316c7491c972eef
+MISC metadata.xml 1014 BLAKE2B f671b15327bdd4146ad8c16ef63db86bd8ee792a9f5a33e250bdde2dd37f1aac80ebe6bcf954c5e2c6551e16685aaece936dfd08ec1fac63b277ac27087e06d6 SHA512 36f1953f1759ad2aebc3e117ec6509887c9f9d4356d66a7e42ce5bb6c10f98de5135175b0b5680e5333a004f6416877ab80d554430b999f865843cb72d10e594
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>