mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Mark Wright <gienah@gentoo.org>
20 lines
710 B
XML
20 lines
710 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>
|
|
Partial functions from the base library, such as @head@ and @!!@, modified
|
|
to return more descriptive error messages, programmer defined error messages,
|
|
@Maybe@ wrapped results and default values.
|
|
These functions can be used to reduce the number of unsafe pattern matches in
|
|
your code.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="hackage">safe</remote-id>
|
|
<remote-id type="github">ndmitchell/safe</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|