Name:                happstack-authenticate
Version:             2.6.0
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.10
tested-with:         GHC==8.0.1, GHC==8.2.2, GHC==8.4.1, GHC==8.6.5, GHC==8.8.3, GHC==8.10.7
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
  Default-language:    Haskell2010
  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.17,
                       aeson                        (>= 0.4  && < 0.10) || (>= 0.11 && < 1.6),
                       authenticate                 == 1.3.*,
                       base64-bytestring            >= 1.0  && < 1.3,
                       boomerang                    >= 1.4  && < 1.5,
                       bytestring                   >= 0.9  && < 0.12,
                       containers                   >= 0.4  && < 0.7,
                       data-default                 >= 0.5  && < 0.8,
                       email-validate               >= 2.1  && < 2.4,
                       filepath                     >= 1.3  && < 1.5,
                       hsx2hs                       >= 0.13 && < 0.15,
                       jmacro                       >= 0.6.11  && < 0.7,
                       jwt                          >= 0.3  && < 0.11,
                       ixset-typed                  >= 0.3  && < 0.6,
                       happstack-jmacro             >= 7.0  && < 7.1,
                       happstack-server             >= 6.0  && < 7.8,
                       happstack-hsp                >= 7.3  && < 7.4,
                       http-conduit                 >= 2.1.0 && < 2.4,
                       http-types                   >= 0.6  && < 0.13,
                       hsp                          >= 0.10 && < 0.11,
                       hsx-jmacro                   >= 7.3  && < 7.4,
                       safecopy                     >= 0.8  && < 0.11,
                       mime-mail                    >= 0.4  && < 0.6,
                       mtl                          >= 2.0  && < 2.3,
                       lens                         >= 4.2  && < 4.20,
                       pwstore-purehaskell          == 2.1.*,
                       stm                          >= 2.5  && < 2.6,
                       text                         >= 0.11 && < 1.3,
                       time                         >= 1.2  && < 1.12,
                       userid                       >= 0.1  && < 0.2,
                       random                       >= 1.0  && < 1.3,
                       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