summaryrefslogtreecommitdiff
blob: d5dc69bc03bb8a98d2fdc94423cb22622672ccb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<maintainer>
		<email>haskell@gentoo.org</email>
	</maintainer>
	<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>