diff --git a/reverse-geocoding.cabal b/reverse-geocoding.cabal
--- a/reverse-geocoding.cabal
+++ b/reverse-geocoding.cabal
@@ -1,5 +1,5 @@
 name:                reverse-geocoding
-version:             0.2.2.2
+version:             0.2.4.0
 synopsis:            Simple reverse geocoding using OpenStreeMap
 description:         Simple reverse geocoding using OpenStreeMap
 homepage:            https://github.com/jcristovao/reverse-geocoding
@@ -18,11 +18,11 @@
                       Data.Geolocation.Reverse
   -- other-modules:      
   other-extensions:   OverloadedStrings
-  build-depends:      base                  >= 4.6   && < 4.9
-                    , lens                  >= 4.4   && < 4.14
-                    , lens-aeson            >= 1.0   && < 1.2
+  build-depends:      base                  >= 4.6   && < 4.11
+                    , lens                  >= 4.4   && < 4.16
+                    , lens-aeson            >= 1.0.0.5   && < 1.2
                     , wreq                  >= 0.4   && < 0.5
-                    , aeson                 >= 0.8   && < 0.10
+                    , aeson                 >= 0.10   && < 0.12
                     , text                  >= 1.2   && < 1.3
                     , iso3166-country-codes >= 0.20140203.7
   hs-source-dirs:     src
