summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/encoding/metadata.xml')
-rw-r--r--dev-haskell/encoding/metadata.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-haskell/encoding/metadata.xml b/dev-haskell/encoding/metadata.xml
new file mode 100644
index 000000000000..0b5f92f246b1
--- /dev/null
+++ b/dev-haskell/encoding/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ Haskell has excellect handling of unicode, the Char type covers all unicode chars. Unfortunatly, there&#39;s no possibility to read or write something to the outer world in an encoding other than ascii due to the lack of support for encodings. This library should help with that.
+ </longdescription>
+ <use>
+ <flag name="systemencoding">Provide the getSystemEncoding action to query the locale.</flag>
+ </use>
+</pkgmetadata>