diff --git a/yaml-light-lens.cabal b/yaml-light-lens.cabal
--- a/yaml-light-lens.cabal
+++ b/yaml-light-lens.cabal
@@ -1,7 +1,7 @@
 name:                yaml-light-lens
-version:             0.3.1.5
+version:             0.3.1.6
 synopsis:            Lens interface to yaml-light.
--- description:         
+description:         Lenses for working with YAML documents.
 license:             BSD3
 license-file:        LICENSE
 author:              Anthony Cowley
@@ -22,7 +22,7 @@
                        bytestring,
                        bytestring-lexing >= 0.4.3,
                        containers,
-                       lens >= 4.0 && < 4.7,
+                       lens >= 4.0 && < 4.8,
                        yaml-light >= 0.1 && < 0.2
   hs-source-dirs:      src
   ghc-options:         -Wall -fno-warn-orphans
