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.
[Skip to Readme]
Properties
| Versions | 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 |
|---|---|
| Change log | CHANGES.md |
| Dependencies | base (>=4.4 && <4.11), bytestring (>=0.9 && <0.11), deepseq (>=1.3), ghc-prim, integer-gmp (>=0.2), text (>=0.11.0.5) [details] |
| License | BSD3 |
| Author | Milan Straka <fox@ucw.cz> Johan Tibell <johan.tibell@gmail.com> |
| Maintainer | johan.tibell@gmail.com |
| Category | Data |
| Home page | http://github.com/tibbe/hashable |
| Bug tracker | https://github.com/tibbe/hashable/issues |
| Source repository | head: git clone https://github.com/tibbe/hashable.git |
| Uploaded | Thu Jun 22 04:07:53 UTC 2017 by JohanTibell |
| Updated | Fri Jul 7 20:25:19 UTC 2017 by EricMertens to revision 2 [What is this?] |
| Distributions | Arch:1.2.6.1, Debian:1.2.3.3, Fedora:1.2.5.0, FreeBSD:1.2.3.3, LTSHaskell:1.2.6.1, NixOS:1.2.6.1, Stackage:1.2.6.1, Tumbleweed:1.2.6.1 |
| Executables | hashable-examples |
| Downloads | 362835 total (16499 in the last 30 days) |
| Rating | 2.0 (votes: 2) [estimated by rule of succession] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2017-06-22 [all 1 reports] Hackage Matrix CI |
Flags
| Name | Description | Default | Type |
|---|---|---|---|
| integer-gmp | Are we using integer-gmp to provide fast Integer instances? | Enabled | Automatic |
| sse2 | Do we want to assume that a target supports SSE 2? | Enabled | Manual |
| sse41 | Do we want to assume that a target supports SSE 4.1? | Disabled | Manual |
| examples | Build example modules | Disabled | Manual |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hashable-1.2.6.1.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'.