summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/filepath-bytestring/metadata.xml')
-rw-r--r--dev-haskell/filepath-bytestring/metadata.xml18
1 files changed, 4 insertions, 14 deletions
diff --git a/dev-haskell/filepath-bytestring/metadata.xml b/dev-haskell/filepath-bytestring/metadata.xml
index 89c5eda9bf27..2701978d8784 100644
--- a/dev-haskell/filepath-bytestring/metadata.xml
+++ b/dev-haskell/filepath-bytestring/metadata.xml
@@ -1,21 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
- <longdescription>
- This package provides functionality for manipulating @RawFilePath@
- 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).
-
- * &quot;System.FilePath.Windows.ByteString&quot; 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.
-
- All three modules provide the same API, and the same documentation (calling out differences in the different variants).
- </longdescription>
+ <upstream>
+ <remote-id type="hackage">filepath-bytestring</remote-id>
+ </upstream>
</pkgmetadata>