hashable: A class for types that can be converted to a hash value
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.
[Skip to Readme]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
random-initial-seed | Randomly initialize the initial seed on each final executable invocation This is useful for catching cases when you rely on (non-existent) stability of hashable's hash functions. This is not a security feature. | Disabled |
Automatic Flags
Name | Description | Default |
---|---|---|
integer-gmp | Are we using | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hashable-1.4.2.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 1.0.0, 1.0.1.0, 1.0.1.1, 1.1.0.0, 1.1.1.0, 1.1.2.0, 1.1.2.1, 1.1.2.2, 1.1.2.3, 1.1.2.4, 1.1.2.5, 1.2.0.0, 1.2.0.1, 1.2.0.2, 1.2.0.3, 1.2.0.4, 1.2.0.5, 1.2.0.6, 1.2.0.7, 1.2.0.8, 1.2.0.9, 1.2.0.10, 1.2.1.0, 1.2.2.0, 1.2.3.0, 1.2.3.1, 1.2.3.2, 1.2.3.3, 1.2.4.0, 1.2.5.0, 1.2.6.0, 1.2.6.1, 1.2.7.0, 1.3.0.0, 1.3.1.0, 1.3.2.0, 1.3.3.0, 1.3.4.0, 1.3.4.1, 1.3.5.0, 1.4.0.0, 1.4.0.1, 1.4.0.2, 1.4.1.0, 1.4.2.0, 1.4.3.0, 1.4.4.0, 1.4.5.0, 1.4.6.0, 1.4.7.0, 1.5.0.0 |
---|---|
Change log | CHANGES.md |
Dependencies | base (>=4.10.1.0 && <4.19), base-orphans (>=0.8.6 && <0.10), bytestring (>=0.10.8.2 && <0.12), containers (>=0.5.10.2 && <0.7), data-array-byte (>=0.1.0.1 && <0.2), deepseq (>=1.4.3.0 && <1.5), filepath (>=1.4.1.2 && <1.5), ghc-bignum (>=1.0 && <1.4), ghc-bignum-orphans (>=0.1 && <0.2), ghc-prim, integer-gmp (>=0.4 && <1.1), integer-simple, text (>=1.2.3.0 && <1.3 || >=2.0 && <2.1) [details] |
Tested with | ghc ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.4 || ==8.10.7 || ==9.0.1 || ==9.0.2 || ==9.2.5 || ==9.4.4 || ==9.6.1 |
License | BSD-3-Clause |
Author | Milan Straka <fox@ucw.cz> Johan Tibell <johan.tibell@gmail.com> |
Maintainer | Oleg Grenrus <oleg.grenrus@iki.fi> |
Revised | Revision 1 made by phadej at 2023-03-12T08:49:40Z |
Category | Data |
Home page | http://github.com/haskell-unordered-containers/hashable |
Bug tracker | https://github.com/haskell-unordered-containers/hashable/issues |
Source repo | head: git clone https://github.com/haskell-unordered-containers/hashable.git |
Uploaded | by phadej at 2023-01-05T15:05:33Z |
Distributions | Arch:1.4.4.0, Debian:1.3.0.0, Fedora:1.4.2.0, FreeBSD:1.2.3.3, LTSHaskell:1.4.4.0, NixOS:1.4.4.0, Stackage:1.4.7.0, openSUSE:1.4.7.0 |
Reverse Dependencies | 1081 direct, 13793 indirect [details] |
Downloads | 513248 total (1287 in the last 30 days) |
Rating | 1.5 (votes: 5) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |