Fedora Packages

ghc-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. '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.

Releases Overview

Release Stable Testing
Fedora Rawhide 1.4.7.0-5.fc43 -
Fedora 42 1.4.4.0-2.fc42 -
Fedora 41 1.4.4.0-1.fc41 -
Fedora EPEL 9 1.3.0.0-7.el9 -
Fedora EPEL 8 1.2.7.0-1.el8 -
Fedora EPEL 10.1 1.4.4.0-3.el10_0 -
Fedora EPEL 10.0 1.4.4.0-3.el10_0 -
File a new bug report »
Package Info
Related Packages

You can contact the maintainers of this package via email at ghc-hashable dash maintainers at fedoraproject dot org.



Sources on Pagure