summaryrefslogtreecommitdiff
blob: bbbeaf93247ccdc7c5710b490f23a003773b974b (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 "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<maintainer>
		<email>haskell@gentoo.org</email>
	</maintainer>
	<longdescription>
		This package defines a class, &#39;Hashable&#39;, for types that
		can be converted to a hash value.  This class
		exists for the benefit of hashing-based data
		structures.  The package provides instances for
		basic types and a way to combine hash values.
	</longdescription>
</pkgmetadata>