summaryrefslogtreecommitdiff
path: root/dev-haskell/safe/metadata.xml
blob: 71d36826e6cc018e4e95115a2051ea5922b4cbd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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>
  <origin>srcux</origin>
</pkgmetadata>