diff --git a/Happstack/Auth/Core/Auth.hs b/Happstack/Auth/Core/Auth.hs
--- a/Happstack/Auth/Core/Auth.hs
+++ b/Happstack/Auth/Core/Auth.hs
@@ -38,6 +38,8 @@
     , RemoveAuthUserPassId(..)
     , UserPassIdAuthIds(..)
     , AskAuthState(..)
+    , SetDefaultSessionTimeout(..)
+    , GetDefaultSessionTimeout(..)
     , addAuthCookie
     , deleteAuthCookie
     , getAuthId
diff --git a/happstack-authenticate.cabal b/happstack-authenticate.cabal
--- a/happstack-authenticate.cabal
+++ b/happstack-authenticate.cabal
@@ -1,5 +1,5 @@
 Name:                happstack-authenticate
-Version:             0.10.3
+Version:             0.10.4
 Synopsis:            Happstack Authentication Library
 Description:         A themeable authentication library with support for username+password and OpenId.
 Homepage:            http://hub.darcs.net/stepcut/happstack-authentication
@@ -39,7 +39,7 @@
                        happstack-server             >= 6.0 && < 7.2,
                        http-conduit                 >= 1.4 && < 1.10,
                        http-types                   >= 0.6 && < 0.9,
-                       fb                           == 0.13.*,
+                       fb                           >= 0.13 && < 0.15,
                        safecopy                     >= 0.6,
                        mtl                          >= 2.0,
                        pwstore-purehaskell          == 2.1.*,
