diff --git a/hoauth2.cabal b/hoauth2.cabal
--- a/hoauth2.cabal
+++ b/hoauth2.cabal
@@ -2,7 +2,7 @@
 name:               hoauth2
 
 -- http://wiki.haskell.org/Package_versioning_policy
-version:            2.10.0
+version:            2.11.0
 synopsis:           Haskell OAuth2 authentication client
 description:
   This is Haskell binding of OAuth2 Authorization framework and Bearer Token Usage framework.
@@ -64,12 +64,12 @@
     TypeFamilies
 
   build-depends:
-    , aeson                 >=2.0    && <2.2
-    , base                  >=4      && <5
+    , aeson                 >=2.0    && <2.3
+    , base                  >=4.11   && <5
     , base64                ^>=0.4
-    , binary                ^>=0.8
-    , bytestring            >=0.9    && <0.12
-    , containers            ^>=0.6
+    , binary                >=0.8    && <0.11
+    , bytestring            >=0.9    && <0.13
+    , containers            >=0.6    && <0.8
     , cryptonite            ^>=0.30
     , data-default          ^>=0.7
     , exceptions            >=0.8.3  && <0.11
@@ -92,8 +92,8 @@
   hs-source-dirs:     test
   ghc-options:        -Wall
   build-depends:
-    , aeson           >=2.0   && <2.2
-    , base            >=4     && <5
+    , aeson           >=2.0   && <2.3
+    , base            >=4.11  && <5
     , hoauth2
     , hspec           >=2     && <3
     , uri-bytestring  >=0.2.3 && <0.4
