diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 Changelog
 =========
+    1.0.6  Jun 2015
+
+        * Make lens and aeson versions consistent in the *.cabal file.
+
     1.0.3-1.0.5  Jun 2015
 
         * Bumped Aeson dependency up.
diff --git a/json-autotype.cabal b/json-autotype.cabal
--- a/json-autotype.cabal
+++ b/json-autotype.cabal
@@ -1,6 +1,6 @@
 -- Build information for the package.
 name:                json-autotype
-version:             1.0.5
+version:             1.0.6
 synopsis:            Automatic type declaration for JSON input data
 description:         Generates datatype declarations with Aeson's "FromJSON" instances
                      from a set of example ".json" files.
@@ -101,14 +101,14 @@
                        RecordWildCards
   build-depends:       base                 >=4.3  && <4.9,
                        GenericPretty        >=1.2  && <1.3,
-                       aeson                >=0.7  && <0.9,
+                       aeson                >=0.7  && <0.10,
                        bytestring           >=0.9  && <0.11,
                        containers           >=0.3  && <0.6,
                        filepath             >=1.3  && <1.5,
                        hashable             >=1.2  && <1.3,
                        hint                 >=0.4  && <0.5,
                        hflags               >=0.3  && <0.5,
-                       lens                 >=4.1  && <4.10,
+                       lens                 >=4.1  && <4.12,
                        mtl                  >=2.1  && <2.3,
                        pretty               >=1.1  && <1.3,
                        process              >=1.1  && <1.4,
@@ -141,13 +141,13 @@
                        RecordWildCards
   build-depends:       base                 >=4.3  && <4.9,
                        GenericPretty        >=1.2  && <1.3,
-                       aeson                >=0.7  && <0.9,
+                       aeson                >=0.7  && <0.10,
                        bytestring           >=0.9  && <0.11,
                        containers           >=0.3  && <0.6,
                        directory            >=1.1  && <1.3,
                        filepath             >=1.3  && <1.5,
                        hashable             >=1.2  && <1.3,
-                       lens                 >=4.1  && <4.10,
+                       lens                 >=4.1  && <4.12,
                        mtl                  >=2.1  && <2.3,
                        pretty               >=1.1  && <1.3,
                        process              >=1.1  && <1.4,
@@ -182,14 +182,14 @@
                        RecordWildCards
   build-depends:       base                 >=4.3  && <4.9,
                        GenericPretty        >=1.2  && <1.3,
-                       aeson                >=0.7  && <0.9,
+                       aeson                >=0.7  && <0.10,
                        bytestring           >=0.9  && <0.11,
                        containers           >=0.3  && <0.6,
                        directory            >=1.1  && <1.3,
                        filepath             >=1.3  && <1.5,
                        hashable             >=1.2  && <1.3,
                        hflags               >=0.3  && <0.5,
-                       lens                 >=4.1  && <4.10,
+                       lens                 >=4.1  && <4.12,
                        mtl                  >=2.1  && <2.3,
                        pretty               >=1.1  && <1.3,
                        process              >=1.1  && <1.4,
