Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Automatically generates Hashable instances with GHC.Generics. WARNING: This has been merged into, and made obsolete by Data.Hashable version 1.2. Please use the built-in instances.
https://github.com/cgaebel/hashable-generics

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

[![Build Status](https://secure.travis-ci.org/wowus/hashable-generics.png)](http://travis-ci.org/wowus/hashable-generics)

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.