diff --git a/yesod-auth-oauth2.cabal b/yesod-auth-oauth2.cabal index 8a1a333..3e469cc 100644 --- a/yesod-auth-oauth2.cabal +++ b/yesod-auth-oauth2.cabal @@ -26,8 +26,8 @@ library , bytestring >= 0.9.1.4 , http-client >= 0.4.0 && < 0.5 , http-conduit >= 2.0 && < 3.0 - , http-types >= 0.8 && < 0.9 - , aeson >= 0.6 && < 0.10 + , http-types >= 0.8 && < 0.10 + , aeson >= 0.6 && < 0.11 , yesod-core >= 1.2 && < 1.5 , authenticate >= 1.3.2.7 && < 1.4 , random @@ -35,7 +35,7 @@ library , text >= 0.7 && < 2.0 , yesod-form >= 1.3 && < 1.5 , transformers >= 0.2.2 && < 0.5 - , hoauth2 >= 0.4.7 && < 0.5 + , hoauth2 >= 0.4.7 && < 0.6 , lifted-base >= 0.2 && < 0.4 , vector >= 0.10 && < 0.12