diff --git a/generics-sop.cabal b/generics-sop.cabal
--- a/generics-sop.cabal
+++ b/generics-sop.cabal
@@ -1,5 +1,5 @@
 name:                generics-sop
-version:             0.1.1.1
+version:             0.1.1.2
 synopsis:            Generic Programming using True Sums of Products
 description:
   A library to support the definition of generic functions.
@@ -58,7 +58,7 @@
                        Generics.SOP.Sing
   build-depends:       base                 >= 4.6  && < 5,
                        template-haskell     >= 2.8  && < 2.11,
-                       ghc-prim             >= 0.3  && < 0.4
+                       ghc-prim             >= 0.3  && < 0.5
   if impl (ghc < 7.8)
     build-depends:     tagged               >= 0.7  && < 0.8
 
