summaryrefslogtreecommitdiff
blob: 36786f9b3ee32117f5e7985f1bf5ef91cbcb7730 (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 "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<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#readme</remote-id>
	</upstream>
</pkgmetadata>