forked from prowdsponsor/yesod-recaptcha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yesod-recaptcha.cabal
43 lines (40 loc) · 1.21 KB
/
yesod-recaptcha.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
34
35
36
37
38
39
40
41
42
43
Name: yesod-recaptcha
Version: 0.1
Synopsis: Dead simple support for reCAPTCHA on Yesod applications.
Homepage: https://github.com/meteficha/yesod-recaptcha
License: BSD3
License-file: LICENSE
Author: Felipe Lessa
Maintainer: [email protected]
Category: Web
Build-type: Simple
Cabal-version: >=1.8
-- Copyright:
-- Extra-source-files:
Description:
This package provides support for reCAPTCHA
(<http://www.google.com/recaptcha>) on Yesod applications.
Source-repository head
type: git
location: git://github.com/meteficha/yesod-recaptcha.git
Library
Hs-source-dirs: src
GHC-options: -Wall
Exposed-modules: Yesod.ReCAPTCHA
Extensions: DeriveDataTypeable FlexibleContexts TemplateHaskell
QuasiQuotes OverloadedStrings
Build-depends:
base == 4.*
, bytestring
, text
, data-default == 0.3.*
, lifted-base == 0.1.*
, yesod-core == 0.10.*
, yesod-auth == 0.8.*
, yesod-form == 0.4.*
, wai
, network
, network-info == 0.2.*
, http-conduit == 1.2.*
, http-types
, conduit >= 0.1 && < 0.3