-
Notifications
You must be signed in to change notification settings - Fork 1
/
yesod-auth-nopassword.cabal
33 lines (31 loc) · 1.22 KB
/
yesod-auth-nopassword.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: yesod-auth-nopassword
version: 0.1.1.1
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