diff options
Diffstat (limited to 'dev-haskell/system-fileio/metadata.xml')
-rw-r--r-- | dev-haskell/system-fileio/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-haskell/system-fileio/metadata.xml b/dev-haskell/system-fileio/metadata.xml new file mode 100644 index 000000000000..cdc2fd39dfce --- /dev/null +++ b/dev-haskell/system-fileio/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + This is a small wrapper around the \"directory\", \"unix\", and \"Win32\" + packages, for use with \"system-filepath\". It provides a consistent API + to the various versions of these packages distributed with different + versions of GHC. + + In particular, this library supports working with POSIX files that have + paths which can't be decoded in the current locale encoding. + </longdescription> + <upstream> + <remote-id type="github">fpco/haskell-filesystem</remote-id> + </upstream> +</pkgmetadata> |