packages feed

yesod-recaptcha-1.2: yesod-recaptcha.cabal

Name:                yesod-recaptcha
Version:             1.2
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:          felipe.lessa@gmail.com
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
    , lifted-base    >= 0.1
    , yesod-core     == 1.2.*
    , yesod-auth     == 1.2.*
    , yesod-form     == 1.3.*
    , wai
    , network
    , network-info   == 0.2.*
    , http-conduit   >= 1.5
    , http-types
    , conduit        >= 0.5   && < 1.1