diff --git a/yesod-auth-fb.cabal b/yesod-auth-fb.cabal
--- a/yesod-auth-fb.cabal
+++ b/yesod-auth-fb.cabal
@@ -1,5 +1,5 @@
 Name:                yesod-auth-fb
-Version:             1.6.4
+Version:             1.6.5
 Synopsis:            Authentication backend for Yesod using Facebook.
 Homepage:            https://github.com/prowdsponsor/yesod-auth-fb
 License:             BSD3
@@ -42,21 +42,21 @@
 
   Build-depends:   base         >= 4.3     && < 5
                  , lifted-base  >= 0.1     && < 0.3
-                 , yesod-core   == 1.2.*
-                 , yesod-auth   == 1.3.*
+                 , yesod-core   >= 1.2     && < 1.5
+                 , yesod-auth   >= 1.3     && < 1.5
                  , hamlet
                  , shakespeare
                  , shakespeare-js >= 1.0.2
                  , wai
                  , http-conduit >= 1.9
-                 , text         >= 0.7     && < 1.2
+                 , text         >= 0.7     && < 1.3
                  , transformers >= 0.1.3   && < 0.5
                  , yesod-fb     == 0.3.*
                  , fb           >= 0.14    && < 1.1
                  , conduit      >= 1.0     && < 1.3
                  , bytestring   >= 0.9     && < 0.11
                  , aeson        >= 0.6
-                 , time         >= 1.0     && < 1.5
+                 , time         >= 1.0     && < 1.6
 
   Exposed-modules: Yesod.Auth.Facebook
                  , Yesod.Auth.Facebook.ClientSide
