name: yesod-auth-hashdb version: 1.3 license: MIT license-file: LICENSE author: Patrick Brisbin, later changes Paul Rouse maintainer: Paul Rouse synopsis: Authentication plugin for Yesod. category: Web, Yesod stability: Stable cabal-version: >= 1.6.0 build-type: Simple homepage: http://www.yesodweb.com/ description: This package is the Yesod.Auth.HashDB plugin, originally included in yesod-auth, but now modified to be more secure and placed in a separate package. library build-depends: base >= 4 && < 5 , bytestring >= 0.9.1.4 && < 0.11 , yesod-core >= 1.2 && < 1.3 , yesod-auth >= 1.3 && < 1.4 , text >= 0.7 && < 2.0 , yesod-persistent >= 1.2 && < 1.3 , yesod-form >= 1.3 && < 1.4 , pwstore-fast >= 2.2 && < 2.5 , cryptohash >= 0.8 && < 0.12 exposed-modules: Yesod.Auth.HashDB ghc-options: -Wall source-repository head type: git location: https://github.com/paul-rouse/yesod-auth-hashdb