diff --git a/pretty-sop.cabal b/pretty-sop.cabal
--- a/pretty-sop.cabal
+++ b/pretty-sop.cabal
@@ -1,5 +1,5 @@
 name:                pretty-sop
-version:             0.2.0.1
+version:             0.2.0.2
 synopsis:            A generic pretty-printer using generics-sop
 description:
   This library contains a generic implementation of the 'prettyVal'
@@ -18,7 +18,7 @@
 category:            Generics
 build-type:          Simple
 cabal-version:       >=1.10
-tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.0.2, GHC == 8.1.*
+tested-with:         GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.0.2, GHC == 8.1.*
 
 source-repository head
   type:                git
@@ -27,7 +27,7 @@
 library
   exposed-modules:     Generics.SOP.PrettyVal
   build-depends:       base                 >= 4.6  && < 5,
-                       generics-sop         >= 0.2  && < 0.3,
+                       generics-sop         >= 0.2  && < 0.4,
                        pretty-show          >= 1.6  && < 1.7
   hs-source-dirs:      src
   default-language:    Haskell2010
