packages feed

hashable-generics 1.1.9 → 1.1.10

raw patch · 1 files changed

+4/−2 lines, 1 files

Files

hashable-generics.cabal view
@@ -1,7 +1,9 @@ name:                hashable-generics-version:             1.1.9-synopsis:            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.+version:             1.1.10+synopsis:            Automatically generates Hashable instances with GHC.Generics. description:+    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