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.0.0
+Version:             1.0.1
 Synopsis:            Authentication backend for Yesod using Facebook.
 Homepage:            https://github.com/meteficha/yesod-auth-fb
 License:             BSD3
@@ -38,7 +38,7 @@
                  , http-conduit
                  , text         >= 0.7     && < 0.12
                  , transformers >= 0.1.3   && < 0.4
-                 , fb           == 0.8.*
+                 , fb           >= 0.8     && < 0.10
                  , conduit      == 0.4.*
 
   Exposed-modules: Yesod.Auth.Facebook
