diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+0.7.6
+-----
+* Raise upper bounds of lens and Cabal libs
+
 0.7.4, 0.7.5
 ------------
 * Raise upper bounds of dependencies
diff --git a/cabal-cargs.cabal b/cabal-cargs.cabal
--- a/cabal-cargs.cabal
+++ b/cabal-cargs.cabal
@@ -1,5 +1,5 @@
 name: cabal-cargs
-version: 0.7.5
+version: 0.7.6
 cabal-version: >=1.9.2
 build-type: Simple
 license: BSD3
@@ -30,16 +30,16 @@
     tests/goldenFiles/withSandbox/*.txt
     tests/outputFiles/withoutSandbox/.gitignore
     tests/outputFiles/withSandbox/.gitignore
- 
+
 source-repository head
     type: git
     location: https://github.com/dan-t/cabal-cargs
- 
+
 library
     build-depends:
         base >=3 && <5,
         cmdargs >=0.10.5 && <0.11,
-        lens >=4.0.1 && <4.7,
+        lens >=4.0.1 && <4.8,
         directory >=1.0 && <1.3,
         strict >=0.3.2 && <0.4,
         transformers >=0.3.0.0 && <0.5,
@@ -49,7 +49,7 @@
         system-fileio >=0.3.12 && <0.4,
         unordered-containers >=0.2.3.3 && <0.3,
         cabal-lenses ==0.4.*,
-        Cabal >=1.16 && <1.21
+        Cabal >=1.16 && <1.23
     exposed-modules:
         CabalCargs.Args
         CabalCargs.Fields
@@ -57,24 +57,21 @@
         CabalCargs.Format
         CabalCargs.Spec
         CabalCargs.CompilerArgs
-    exposed: True
-    buildable: True
     cpp-options: -DCABAL
     hs-source-dirs: lib
     other-modules:
         CabalCargs.BuildInfo
         Paths_cabal_cargs
     ghc-options: -W
- 
+
 executable cabal-cargs
     build-depends:
         base >=3 && <5,
         cabal-cargs -any
     main-is: Main.hs
-    buildable: True
     hs-source-dirs: exe
     ghc-options: -W
- 
+
 test-suite tests
     build-depends:
         base >=3 && <5,
@@ -84,7 +81,5 @@
         cabal-cargs -any
     type: exitcode-stdio-1.0
     main-is: Main.hs
-    buildable: True
     hs-source-dirs: tests
     ghc-options: -W
- 
