blob: 5be219a30b88fd9dc9b0cf02a1f4f4117f993fd3 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<use>
<flag name="random-initial-seed">
Randomly initialize the seed on every executable invocation. This
is not a security feature and is intended only for testing (it
can affect legitimate use cases).
</flag>
</use>
<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>