An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

hashable

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. Hashable is intended exclusively for use in in-memory data structures. Hashable does not have a fixed standard. This allows it to improve over time. Because it does not have a fixed standard, different computers or computers on different versions of the code will observe different hash values. As such, hashable is not recommended for use other than in-memory datastructures. Specifically, hashable is not intended for network use or in applications which persist hashed values. For stable hashing use named hashes: sha256, crc32, xxhash etc.

Ecosystem
hackage.haskell.org
Latest Release
1.0.0
over 15 years ago
Versions
52
Downloads
520,360 total
Dependent Packages
395
Dependent Repos
3,129
1.5.1.0
Published: 2 months ago
Registry - Download
1.5.0.0
Published: over 1 year ago
Registry - Download
1.4.7.0
Published: over 1 year ago
Registry - Download
1.4.6.0
Published: over 1 year ago
Registry - Download
1.4.5.0
Published: over 1 year ago
Registry - Download
1.4.4.0
Published: almost 2 years ago
Registry - Download
1.4.3.0
Published: over 2 years ago
Registry - Download
1.4.2.0
Published: about 3 years ago
Registry - Download
1.4.1.0
Published: over 3 years ago
Registry - Download
1.4.0.2
Published: about 4 years ago
Registry - Download
1.4.0.1
Published: over 4 years ago
Registry - Download
1.4.0.0
Published: over 4 years ago
Registry - Download
1.3.5.0
Published: over 4 years ago
Registry - Download
1.3.4.1
Published: over 4 years ago
Registry - Download
1.3.4.0
Published: over 4 years ago
Registry - Download
1.3.3.0
Published: over 4 years ago
Registry - Download
1.3.2.0
Published: almost 5 years ago
Registry - Download
1.3.1.0
Published: about 5 years ago
Registry - Download
1.3.0.0
Published: almost 7 years ago
Registry - Download
1.2.7.0
Published: about 8 years ago
Registry - Download
1.2.6.1
Published: over 8 years ago
Registry - Download
1.2.6.0
Published: almost 9 years ago
Registry - Download
1.2.5.0
Published: about 9 years ago
Registry - Download
1.2.4.0
Published: about 10 years ago
Registry - Download
1.2.3.3
Published: over 10 years ago
Registry - Download
1.2.3.2
Published: almost 11 years ago
Registry - Download
1.2.3.1
Published: about 11 years ago
Registry - Download
1.2.3.0
Published: about 11 years ago
Registry - Download
1.2.2.0
Published: almost 12 years ago
Registry - Download
1.2.1.0
Published: over 12 years ago
Registry - Download
1.2.0.10
Published: over 12 years ago
Registry - Download
1.2.0.9
Published: over 12 years ago
Registry - Download
1.2.0.8
Published: over 12 years ago
Registry - Download
1.2.0.7
Published: almost 13 years ago
Registry - Download
1.2.0.6
Published: almost 13 years ago
Registry - Download
1.2.0.5
Published: about 13 years ago
Registry - Download
1.2.0.4
Published: about 13 years ago
Registry - Download
1.2.0.3
Published: about 13 years ago
Registry - Download
1.2.0.2
Published: about 13 years ago
Registry - Download
1.2.0.1
Published: about 13 years ago
Registry - Download
1.2.0.0
Published: about 13 years ago
Registry - Download
1.1.2.5
Published: over 13 years ago
Registry - Download
1.1.2.4
Published: over 13 years ago
Registry - Download
1.1.2.3
Published: about 14 years ago
Registry - Download
1.1.2.2
Published: over 14 years ago
Registry - Download
1.1.2.1
Published: over 14 years ago
Registry - Download
1.1.2.0
Published: almost 15 years ago
Registry - Download
1.1.1.0
Published: about 15 years ago
Registry - Download
1.1.0.0
Published: about 15 years ago
Registry - Download
1.0.1.1
Published: about 15 years ago
Registry - Download
1.0.1.0
Published: about 15 years ago
Registry - Download
1.0.0
Published: over 15 years ago
Registry - Download
Links
Registry hackage.haskell.org
Source Repository
Homepage Homepage
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:hackage/hashable
spec
License BSD-3-Clause
First Release over 15 years ago
Last Synced 18 days ago
Repository
Stars 100 on GitHub
Forks 83 on GitHub
Docker Dependents 2
Docker Downloads 89
Commits 444
Committers 40
Avg per Author 11.1
DDS 0.676
Rankings on hackage.haskell.org
Overall Top 2.4%
Downloads Top 0.1%
Dependent packages Top 0.1%
Dependent repos Top 0.2%
Forks Top 4.4%
Docker downloads Top 1.3%