packages feed

happstack-authenticate-0.10.3: happstack-authenticate.cabal

Name:                happstack-authenticate
Version:             0.10.3
Synopsis:            Happstack Authentication Library
Description:         A themeable authentication library with support for username+password and OpenId.
Homepage:            http://hub.darcs.net/stepcut/happstack-authentication
License:             BSD3
License-file:        LICENSE
Author:              Jeremy Shaw.
Maintainer:          jeremy@seereason.com
Copyright:           2011 SeeReason Partners, LLC
Category:            Web
Build-type:          Simple
Cabal-version:       >=1.6

source-repository head
    type:     darcs
    location: http://hub.darcs.net/stepcut/happstack-authenticate

Library

  Exposed-modules:     Happstack.Auth
                       Happstack.Auth.Blaze.Templates
                       Happstack.Auth.Core.Profile,
                       Happstack.Auth.Core.Auth,
                       Happstack.Auth.Core.ProfileURL,
                       Happstack.Auth.Core.AuthParts,
                       Happstack.Auth.Core.ProfileParts,
                       Happstack.Auth.Core.AuthURL,
                       Happstack.Auth.Core.AuthProfileURL

  Build-depends:       base                         > 4 && < 5,
                       acid-state                   >= 0.6,
                       aeson                        >= 0.4 && < 0.7,
                       authenticate                 == 1.3.*,
                       blaze-html                   >= 0.5 && < 0.7,
                       bytestring                   >= 0.9 && < 0.11,
                       containers                   >= 0.4 && < 0.6,
                       ixset                        >= 1.0 && < 1.1,
                       happstack-server             >= 6.0 && < 7.2,
                       http-conduit                 >= 1.4 && < 1.10,
                       http-types                   >= 0.6 && < 0.9,
                       fb                           == 0.13.*,
                       safecopy                     >= 0.6,
                       mtl                          >= 2.0,
                       pwstore-purehaskell          == 2.1.*,
                       QuickCheck                   >= 2,
                       text                         == 0.11.*,
                       time                         >= 1.2 && < 1.5,
                       reform                       == 0.1.*,
                       reform-blaze                 == 0.1.*,
                       reform-happstack             == 0.1.*,
                       unordered-containers         == 0.2.*,
                       web-routes                   >= 0.26 && < 0.28,
                       web-routes-happstack         == 0.23.*