packages feed

yesod-recaptcha2-1.0.1: yesod-recaptcha2.cabal

cabal-version: 1.12

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

name:           yesod-recaptcha2
version:        1.0.1
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
  ghc-options: -Wall -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-exported-signatures -Wmissing-home-modules -Wredundant-constraints -Wcompat
  build-depends:
      aeson
    , base >=4.7 && <5
    , classy-prelude
    , http-conduit
    , yesod-core
    , yesod-form
  exposed-modules:
      Yesod.ReCaptcha2
  other-modules:
      Paths_yesod_recaptcha2
  default-language: Haskell2010