cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 2b3e3fe3c6054faefe316aba4920104bb8025b052b3857c3ff5444752b269ae7
name: yesod-recaptcha2
version: 0.3.0
synopsis: yesod recaptcha2
description: recaptcha2 for yesod-form
category: Web
homepage: https://github.com/ncaq/yesod-recaptcha2#readme
bug-reports: https://github.com/ncaq/yesod-recaptcha2/issues
author: ncaq
maintainer: ncaq@ncaq.net
copyright: © ncaq
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/ncaq/yesod-recaptcha2
library
hs-source-dirs:
src
build-depends:
aeson
, base >=4.7 && <5
, classy-prelude
, http-conduit
, yesod-auth
, yesod-core
, yesod-form
exposed-modules:
Yesod.ReCaptcha2
other-modules:
Paths_yesod_recaptcha2
default-language: Haskell2010