packages feed

happstack-authenticate 0.10.5 → 0.10.7

raw patch · 3 files changed

+6/−4 lines, 3 filesdep ~acid-state

Dependency ranges changed: acid-state

Files

Happstack/Auth.hs view
@@ -1,4 +1,4 @@-module Happstack.Auth +module Happstack.Auth     ( UserId(..)     , AuthState(..)     , ProfileState(..)@@ -10,6 +10,7 @@     , handleAuth     , handleProfile     , handleAuthProfile+    , handleAuthProfileRouteT     ) where  import Happstack.Auth.Core.Profile    (UserId(..), getUserId)@@ -18,4 +19,4 @@ import Happstack.Auth.Core.Profile    (ProfileState(..)) import Happstack.Auth.Core.ProfileURL (ProfileURL(..)) import Happstack.Auth.Core.AuthProfileURL (AuthProfileURL(..))-import Happstack.Auth.Blaze.Templates (authProfileHandler, handleAuth, handleProfile, handleAuthProfile)+import Happstack.Auth.Blaze.Templates (authProfileHandler, handleAuth, handleProfile, handleAuthProfile, handleAuthProfileRouteT)
Happstack/Auth/Blaze/Templates.hs view
@@ -12,6 +12,7 @@       handleAuth     , handleProfile     , handleAuthProfile+    , handleAuthProfileRouteT     , authProfileHandler       -- * page functions     , addAuthPage
happstack-authenticate.cabal view
@@ -1,5 +1,5 @@ Name:                happstack-authenticate-Version:             0.10.5+Version:             0.10.7 Synopsis:            Happstack Authentication Library Description:         A themeable authentication library with support for username+password and OpenId. Homepage:            http://www.happstack.com/@@ -31,7 +31,7 @@                        Happstack.Auth.Core.AuthProfileURL    Build-depends:       base                         > 4 && < 5,-                       acid-state                   >= 0.6,+                       acid-state                   >= 0.6 && <= 0.13,                        aeson                        >= 0.4 && < 0.7,                        authenticate                 == 1.3.*,                        blaze-html                   >= 0.5 && < 0.7,