hashable-generics

Automatically generates Hashable instances with GHC.Generics.

https://github.com/wowus/hashable-generics

Latest on Hackage:1.1.10

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Clark Gaebel
Maintained by [email protected]

WARNING: This has been merged into, and made obsolete by Data.Hashable version 1.2. Please use the built-in instances.

This package provides a GHC.Generics-based Data.Hashable.Generic.gHashWithSalt function which can be used for providing a hashWithSalt implementation. See the documentation for the gHashWithSalt function in the Data.Hashable.Generic module to get started.

This package is heavily inspired by deepseq-generics, which you may also find useful.