packages feed

yesod-recaptcha2-0.2.4: yesod-recaptcha2.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: d33d7c41317f538fc8619b0117572564e3a742273756bae5f8ae1271aa6f36b4

name:           yesod-recaptcha2
version:        0.2.4
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
cabal-version:  >= 1.10

extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/ncaq/yesod-recaptcha2

library
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , classy-prelude-yesod
    , http-conduit
    , yesod-auth
  exposed-modules:
      Yesod.ReCaptcha2
  other-modules:
      Paths_yesod_recaptcha2
  default-language: Haskell2010