summaryrefslogtreecommitdiff
blob: 3c57bb78ce53e8599dab742182f45d219b2f2b08 (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 "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		Convertible provides a typeclass with a single function
		that is designed to help convert between different types: numeric
		values, dates and times, and the like. The conversions perform bounds
		checking and return a pure 'Either' value. This means that you need
		not remember which specific function performs the conversion you
		desire.
	</longdescription>
</pkgmetadata>