name: yesod-auth version: 0.2.0.1 license: BSD3 license-file: LICENSE author: Michael Snoyman maintainer: Michael Snoyman synopsis: Authentication for Yesod. category: Web stability: Stable cabal-version: >= 1.6 build-type: Simple homepage: http://docs.yesodweb.com/ library build-depends: base >= 4 && < 5 , authenticate >= 0.7 && < 0.8 , bytestring >= 0.9.1.4 && < 0.10 , yesod >= 0.6 && < 0.7 , wai >= 0.2 && < 0.3 , template-haskell , pureMD5 >= 1.1 && < 2.2 , random >= 1.0 && < 1.1 , data-object >= 0.3.1.3 && < 0.4 , control-monad-attempt >= 0.3.0 && < 0.4 , text >= 0.7 && < 0.11 , mime-mail >= 0.0 && < 0.1 exposed-modules: Yesod.Helpers.Auth Yesod.Helpers.Auth.Dummy Yesod.Helpers.Auth.Email Yesod.Helpers.Auth.Facebook Yesod.Helpers.Auth.OpenId Yesod.Helpers.Auth.Rpxnow ghc-options: -Wall source-repository head type: git location: git://github.com/snoyberg/yesod-auth.git