hashable-generics 1.1.1 → 1.1.2
raw patch · 1 files changed
+4/−2 lines, 1 filesdep +ghc-primPVP ok
version bump matches the API change (PVP)
Dependencies added: ghc-prim
API changes (from Hackage documentation)
Files
- hashable-generics.cabal +4/−2
hashable-generics.cabal view
@@ -1,5 +1,5 @@ name: hashable-generics-version: 1.1.1+version: 1.1.2 synopsis: Automatically generates Hashable instances with GHC.Generics. description: This package provides a "GHC.Generics"-based 'Data.Hashable.Generic.gHashWithSalt'@@ -18,7 +18,7 @@ category: Data build-type: Simple cabal-version: >=1.8-tested-with: GHC >=7.6+tested-with: GHC >=7.4 source-repository head type: git@@ -28,6 +28,7 @@ exposed-modules: Data.Hashable.Generic build-depends: base >=4.5 && <4.7 , hashable ==1.1.*+ , ghc-prim test-suite tests type: exitcode-stdio-1.0@@ -39,3 +40,4 @@ , test-framework-quickcheck2 , QuickCheck , hashable-generics+ , ghc-prim