mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-05-01 17:17:59 -07:00
16 lines
502 B
XML
16 lines
502 B
XML
<?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>
|