happstack-authenticate 0.10.3 → 0.10.4
raw patch · 2 files changed
+4/−2 lines, 2 filesdep ~fb
Dependency ranges changed: fb
Files
Happstack/Auth/Core/Auth.hs view
@@ -38,6 +38,8 @@ , RemoveAuthUserPassId(..) , UserPassIdAuthIds(..) , AskAuthState(..)+ , SetDefaultSessionTimeout(..)+ , GetDefaultSessionTimeout(..) , addAuthCookie , deleteAuthCookie , getAuthId
happstack-authenticate.cabal view
@@ -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.*,