packages feed

yesod-auth-bcrypt-0.2.0: yesod-auth-bcrypt.cabal

name:            yesod-auth-bcrypt
version:         0.2.0
license:         MIT
license-file:    LICENSE
author:          Oliver Hunt
maintainer:      Oliver Hunt <oliver.huntuk@gmail.com>
synopsis:        BCrypt salted and hashed passwords in a database as auth for yesod
category:        Web, Yesod
stability:       Stable
cabal-version:   >= 1.6.0
build-type:      Simple
homepage:        http://www.yesodweb.com/
description:     BCrypt salted and hashed passwords in a database as auth for yesod

library
    build-depends:   base                    >= 4         && < 5
                   , bytestring              >= 0.9.1.4   && < 0.11
                   , yesod-core              >= 1.4       && < 1.5
                   , text                    >= 0.7       && < 1.3
                   , yesod-persistent        >= 1.4       && < 1.5
                   , yesod-form              >= 1.4       && < 1.5
                   , yesod-auth              >= 1.4       && < 1.5
                   , bcrypt                  >= 0.0.4     && < 0.1

    exposed-modules: Yesod.Auth.BCrypt
    ghc-options:     -Wall

source-repository head
  type:     git
  location: https://github.com/TobyGoodwin/yesod-auth-bcrypt