summaryrefslogtreecommitdiff
blob: d47389a710e917def1cff0b058f5e7f6b013b80c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<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>