diff --git a/aeson-casing.cabal b/aeson-casing.cabal
--- a/aeson-casing.cabal
+++ b/aeson-casing.cabal
@@ -1,9 +1,9 @@
 
 name:                aeson-casing
-version:             0.1.0.0
-synopsis:            Tools to change the formatting of field names in Aeson 
+version:             0.1.0.1
+synopsis:            Tools to change the formatting of field names in Aeson
                      instances.
-description:         Tools to change the formatting of field names in Aeson 
+description:         Tools to change the formatting of field names in Aeson
                      instances. This includes CamelCasing, Pascal Casing and
                      Snake Casing.
 license:             MIT
@@ -25,8 +25,8 @@
     exposed-modules:    Data.Aeson.Casing.Internal
                     ,   Data.Aeson.Casing
 
-    build-depends:      base                >=4.7   && <4.8
-                    ,   aeson               >=0.8   && <0.9
+    build-depends:      base                >=4.7   && <5.0
+                    ,   aeson               >=0.8   && <0.10
 
 test-suite casing
     type:               exitcode-stdio-1.0
@@ -34,7 +34,7 @@
     hs-source-dirs:     test
     default-language:   Haskell2010
 
-    build-depends:      base                >=4.7   && <4.8
+    build-depends:      base                >=4.7   && <5.0
                     ,   tasty
                     ,   tasty-quickcheck
                     ,   tasty-hunit
