hashable-generics 1.1.2 → 1.1.3
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hashable-generics.cabal +2/−2
hashable-generics.cabal view
@@ -1,11 +1,11 @@ name: hashable-generics-version: 1.1.2+version: 1.1.3 synopsis: Automatically generates Hashable instances with GHC.Generics. description: 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 start.+ "Data.Hashable.Generic" module to get started. . This package is heavily inspired by deepseq-generics, which you may also find useful.