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 |
|---|---|---|
| sse2 | Do we want to assume that a target supports SSE 2? | Enabled |
| sse41 | Do we want to assume that a target supports SSE 4.1? | Disabled |
Automatic Flags
| Name | Description | Default |
|---|---|---|
| integer-gmp | Are we using integer-gmp to provide fast Integer instances? | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hashable-1.2.3.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
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, 1.5.1.0 |
|---|---|
| Change log | CHANGES.md |
| Dependencies | base (>=4.0 && <4.9), bytestring (>=0.9 && <0.11), ghc-prim, integer-gmp (>=0.2), text (>=0.11.0.5) [details] |
| License | BSD-3-Clause |
| Author | Milan Straka <fox@ucw.cz> Johan Tibell <johan.tibell@gmail.com> |
| Maintainer | johan.tibell@gmail.com |
| Uploaded | by JohanTibell at 2015-03-16T06:12:20Z |
| Category | Data |
| Home page | http://github.com/tibbe/hashable |
| Bug tracker | https://github.com/tibbe/hashable/issues |
| Source repo | head: git clone https://github.com/tibbe/hashable.git |
| Distributions | Arch:1.4.7.0, Debian:1.3.0.0, Fedora:1.4.7.0, FreeBSD:1.2.3.3, LTSHaskell:1.5.1.0, NixOS:1.5.0.0, Stackage:1.5.1.0, openSUSE:1.5.0.0 |
| Reverse Dependencies | 1128 direct, 14580 indirect [details] |
| Downloads | 520141 total (128 in the last 30 days) |
| Rating | 1.5 (votes: 5) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2015-03-16 [all 1 reports] |