Files
gentoo/dev-haskell/errors/metadata.xml
2021-09-11 15:22:48 +02:00

16 lines
503 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://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>