name: yesod-auth-nopassword
version: 0.1.0.2
synopsis: A plugin for Yesod to provide email-only authentication.
description: Please see README.md
homepage: https://github.com/danpalmer/yesod-auth-nopassword#readme
license: MIT
license-file: LICENSE
author: Dan Palmer
maintainer: dan@danpalmer.me
copyright: 2016 Dan Palmer
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Yesod.Auth.NoPassword
default-language: Haskell2010
default-extensions: OverloadedStrings
build-depends: base >= 4.7 && < 5
, text >= 0.11 && < 2.0
, blaze-markup >= 0.7 && < 1.0
, pwstore-fast >= 2.4 && < 3.0
, uuid >= 1.3 && < 1.4
, http-types >= 0.9 && < 1.0
, yesod-core >= 1.4.17 && < 1.5
, yesod-auth >= 1.4.0 && < 1.5
, yesod-form >= 1.4.0 && < 1.5
source-repository head
type: git
location: https://github.com/danpalmer/yesod-auth-nopassword