diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+0.4.7
+-----
+* Raise upper bounds of dependencies
+
 0.4.6
 -----
 * Add several helper functions for cabal
diff --git a/cabal-lenses.cabal b/cabal-lenses.cabal
--- a/cabal-lenses.cabal
+++ b/cabal-lenses.cabal
@@ -1,5 +1,5 @@
 name: cabal-lenses
-version: 0.4.6
+version: 0.4.7
 cabal-version: >=1.9.2
 build-type: Simple
 license: BSD3
@@ -15,23 +15,12 @@
 extra-source-files:
     README.md
     CHANGELOG
- 
+
 source-repository head
     type: git
     location: https://github.com/dan-t/cabal-lenses
- 
+
 library
-    build-depends:
-        base >=3 && <5,
-        lens >=4.0.1 && <4.9,
-        unordered-containers >=0.2.3.3 && <0.3,
-        Cabal >=1.16.0 && <1.23,
-        either >=4.1.1 && <4.4,
-        system-filepath >=0.4.9 && <0.5,
-        system-fileio >=0.3.12 && <0.4,
-        strict >=0.3.2 && <0.4,
-        text >=1.1.0.1 && <1.3,
-        transformers >=0.3.0.0 && <0.5
     exposed-modules:
         CabalLenses
         CabalLenses.PackageDescription
@@ -42,13 +31,21 @@
         CabalLenses.Traversals.BuildInfo
         CabalLenses.Traversals.Dependency
         CabalLenses.Utils
-    exposed: True
-    buildable: True
+    build-depends:
+        base >=3 && <5,
+        lens >=4.0.1 && <4.14,
+        unordered-containers >=0.2.3.3 && <0.3,
+        Cabal >=1.16.0 && <1.23,
+        either >=4.1.1 && <4.5,
+        system-filepath >=0.4.9 && <0.5,
+        system-fileio >=0.3.12 && <0.4,
+        strict >=0.3.2 && <0.4,
+        text >=1.1.0.1 && <1.3,
+        transformers >=0.3.0.0 && <0.5
     cpp-options: -DCABAL
     hs-source-dirs: lib
     other-modules:
         CabalLenses.Traversals.Internal
         Paths_cabal_lenses
     ghc-options: -W
- 
- 
+
