Name: yesod-recaptcha Version: 1.2.3.2 Synopsis: Dead simple support for reCAPTCHA on Yesod applications. Homepage: https://github.com/prowdsponsor/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 () on Yesod applications. Source-repository head type: git location: git://github.com/prowdsponsor/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 && < 1.4 , yesod-form == 1.3.* , wai , network , network-info == 0.2.* , http-conduit >= 1.5 , http-types , resourcet