diff --git a/authenticate.cabal b/authenticate.cabal
--- a/authenticate.cabal
+++ b/authenticate.cabal
@@ -1,5 +1,5 @@
 name:            authenticate
-version:         0.10.2.2
+version:         0.10.3
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman, Hiromi Ishii, Arash Rouhani
@@ -15,16 +15,16 @@
 
 library
     build-depends:   base >= 4 && < 5,
-                     aeson-native >= 0.3.2.11 && < 0.4,
+                     aeson >= 0.3.2.11,
                      http-enumerator >= 0.6.5.4 && < 0.8,
                      tagsoup >= 0.12 && < 0.13,
                      failure >= 0.0.0 && < 0.2,
                      transformers >= 0.1 && < 0.3,
                      bytestring >= 0.9 && < 0.10,
                      network >= 2.2.1 && < 2.4,
-                     case-insensitive >= 0.2 && < 0.4,
+                     case-insensitive >= 0.2,
                      RSA >= 1.0 && < 1.1,
-                     time >= 1.1 && < 1.4,
+                     time >= 1.1,
                      base64-bytestring >= 0.1 && < 0.2,
                      SHA >= 1.4 && < 1.6,
                      random >= 1.0 && < 1.1,
@@ -33,7 +33,7 @@
                      enumerator >= 0.4.7 && < 0.5,
                      xml-enumerator >= 0.4 && < 0.5,
                      blaze-builder >= 0.2 && < 0.4,
-                     attoparsec >= 0.9   && < 0.10,
+                     attoparsec >= 0.9,
                      tls >= 0.7 && < 0.9,
                      containers,
                      process >= 1.0.1.1 && < 1.2
