summaryrefslogtreecommitdiff
blob: 05963a52954fea2338cfd14a3361cb883943a149 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		The one-stop shop for all your error-handling needs!  Just import
		"Control.Error".
		
		This library encourages an error-handling style that directly uses the type
		system, rather than out-of-band exceptions.
	</longdescription>
</pkgmetadata>