gentoo/dev-haskell/safe/metadata.xml
Z. Liu 4bc682b026
dev-haskell/safe: remove #readme from remote-id
Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42081
Closes: https://github.com/gentoo/gentoo/pull/42081
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-21 22:16:54 +01:00

19 lines
665 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="github">ndmitchell/safe</remote-id>
</upstream>
</pkgmetadata>