1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
Name: happstack-authenticate
Version: 2.3.4.6
Synopsis: Happstack Authentication Library
Description: A themeable authentication library with support for username+password and OpenId.
Homepage: http://www.happstack.com/
License: BSD3
License-file: LICENSE
Author: Jeremy Shaw.
Maintainer: jeremy@seereason.com
Copyright: 2011-2015 SeeReason Partners, LLC
Category: Web
Build-type: Simple
Cabal-version: >=1.8
tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
data-files:
messages/core/en.msg
messages/openid/error/en.msg
messages/openid/partials/en.msg
messages/password/error/en.msg
messages/password/partials/en.msg
source-repository head
type: git
location: https://github.com/Happstack/happstack-authenticate.git
Library
Exposed-modules: Happstack.Authenticate.Core
Happstack.Authenticate.Controller
Happstack.Authenticate.Route
Happstack.Authenticate.Password.Controllers
Happstack.Authenticate.Password.Core
Happstack.Authenticate.Password.Partials
Happstack.Authenticate.Password.PartialsURL
Happstack.Authenticate.Password.Route
Happstack.Authenticate.Password.URL
Happstack.Authenticate.OpenId.Controllers
Happstack.Authenticate.OpenId.Core
Happstack.Authenticate.OpenId.Partials
Happstack.Authenticate.OpenId.PartialsURL
Happstack.Authenticate.OpenId.Route
Happstack.Authenticate.OpenId.URL
Build-depends: base > 4 && < 5,
acid-state >= 0.6 && < 0.15,
aeson (>= 0.4 && < 0.10) || (>= 0.11 && < 1.1),
authenticate == 1.3.*,
base64-bytestring >= 1.0 && < 1.1,
boomerang >= 1.4 && < 1.5,
bytestring >= 0.9 && < 0.11,
containers >= 0.4 && < 0.6,
data-default >= 0.5 && < 0.8,
email-validate >= 2.1 && < 2.3,
filepath >= 1.3 && < 1.5,
hsx2hs >= 0.13 && < 0.15,
jmacro >= 0.6.11 && < 0.7,
jwt >= 0.3 && < 0.8,
ixset-typed >= 0.3 && < 0.4,
happstack-jmacro >= 7.0 && < 7.1,
happstack-server >= 6.0 && < 7.5,
happstack-hsp >= 7.3 && < 7.4,
http-conduit >= 1.4 && < 2.3,
http-types >= 0.6 && < 0.10,
hsp >= 0.10 && < 0.11,
hsx-jmacro >= 7.3 && < 7.4,
safecopy >= 0.8 && < 0.10,
mime-mail >= 0.4 && < 0.5,
mtl >= 2.0 && < 2.3,
lens >= 4.2 && < 4.16,
pwstore-fast,
text >= 0.11 && < 1.3,
time >= 1.2 && < 1.7,
userid >= 0.1 && < 0.2,
random >= 1.0 && < 1.2,
shakespeare >= 2.0 && < 2.1,
unordered-containers == 0.2.*,
web-routes >= 0.26 && < 0.28,
web-routes-boomerang >= 0.28 && < 0.29,
web-routes-happstack == 0.23.*,
web-routes-th >= 0.22 && < 0.23,
web-routes-hsp >= 0.24 && < 0.25
|