@hackage hashable1.2.0.7
A class for types that can be converted to a hash value
Installation
Dependencies (5)
- base >=4.0 && <4.8
- bytestring >=0.9 && <0.11
- ghc-prim
- integer-gmp >=0.2 && <1
- text >=0.11.0.5 Show all…
Dependents (1289)
@hackage/greenclip, @hackage/regex-deriv, @hackage/token-search, @hackage/prometheus-effect, @hackage/data-embed, @cardano/ouroboros-network, Show all…
Package Flags
integer-gmp
(on by default)
Are we using integer-gmp to provide fast Integer instances?
fixed-salt
(off by default)
Do we use a single fixed salt every time the program runs?
sse2
(on by default)
Do we want to assume that a target supports SSE 2?
sse41
(off by default)
Do we want to assume that a target supports SSE 4.1?
The hashable package
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.