diff --git a/Yesod/Auth/OAuth2/Learn.hs b/Yesod/Auth/OAuth2/Learn.hs
--- a/Yesod/Auth/OAuth2/Learn.hs
+++ b/Yesod/Auth/OAuth2/Learn.hs
@@ -64,7 +64,7 @@
 fetchLearnProfile :: Manager -> AccessToken -> IO (Creds m)
 fetchLearnProfile manager token = do
     result <- authGetJSON manager token "http://learn.thoughtbot.com/api/v1/me.json"
-    
+
     case result of
         Right (LearnResponse user) -> return $ toCreds user
         Left err -> throwIO $ InvalidProfileResponse "learn" err
diff --git a/yesod-auth-oauth2.cabal b/yesod-auth-oauth2.cabal
--- a/yesod-auth-oauth2.cabal
+++ b/yesod-auth-oauth2.cabal
@@ -1,5 +1,5 @@
 name:            yesod-auth-oauth2
-version:         0.0.9
+version:         0.0.10
 license:         BSD3
 license-file:    LICENSE
 author:          Tom Streller
@@ -34,11 +34,11 @@
                    , http-conduit            >= 2.0       && < 3.0
                    , http-types              >= 0.8       && < 0.9
                    , aeson                   >= 0.6       && < 0.8
-                   , yesod-core              >= 1.2       && < 1.4
+                   , yesod-core              >= 1.2       && < 1.5
                    , authenticate            >= 1.3.2.7   && < 1.4
-                   , yesod-auth              >= 1.3       && < 1.4
+                   , yesod-auth              >= 1.3       && < 1.5
                    , text                    >= 0.7       && < 2.0
-                   , yesod-form              >= 1.3       && < 1.4
+                   , yesod-form              >= 1.3       && < 1.5
                    , transformers            >= 0.2.2     && < 0.4
                    , hoauth2                 >= 0.4.1     && < 0.5
                    , lifted-base             >= 0.2       && < 0.4
