diff --git a/hashable-generics.cabal b/hashable-generics.cabal
--- a/hashable-generics.cabal
+++ b/hashable-generics.cabal
@@ -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
