diff --git a/yesod-auth-oauth2.cabal b/yesod-auth-oauth2.cabal index eeb05b9..b2487ce 100644 --- a/yesod-auth-oauth2.cabal +++ b/yesod-auth-oauth2.cabal @@ -32,6 +32,8 @@ library , transformers >= 0.2.2 && < 0.4 , hoauth2 >= 0.4.1 && < 0.5 , lifted-base >= 0.2 && < 0.4 + , http-client >= 0.3 && < 0.4 + , http-client-tls >= 0.2 && < 0.3 exposed-modules: Yesod.Auth.OAuth2 Yesod.Auth.OAuth2.Google