summaryrefslogtreecommitdiff
blob: 7c06716089c0d5aff46a1be49efb60ad7c97c0fb (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>
	<longdescription>
		This package defines a class, 'Hashable', 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>
	<upstream>
		<remote-id type="github">tibbe/hashable</remote-id>
	</upstream>
</pkgmetadata>