diff --git a/lens-sop.cabal b/lens-sop.cabal
--- a/lens-sop.cabal
+++ b/lens-sop.cabal
@@ -1,5 +1,5 @@
 name:                lens-sop
-version:             0.2.0.1
+version:             0.2.0.2
 synopsis:            Computing lenses generically using generics-sop
 description:
   This library contains a definition of generalized lenses that are built
@@ -20,7 +20,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
+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
@@ -31,7 +31,7 @@
                        Generics.SOP.Lens.Named
                        Generics.SOP.Lens.Computed
   build-depends:       base                 >= 4.6  && < 5,
-                       generics-sop         >= 0.2  && < 0.3,
+                       generics-sop         >= 0.2  && < 0.4,
                        fclabels             >= 2.0  && < 2.1,
                        transformers         >= 0.3  && < 0.6
   hs-source-dirs:      src
