mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-22 18:18:19 -07:00
This can break some legitimate use cases (e.g. Hakyll), so I've brought back the USE flag and left it disabled by default. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
26 lines
850 B
XML
26 lines
850 B
XML
<?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>
|