cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: 0cafa0f7133c8a452ecf0b1ed89843c8196dc8e6fef8abd2bfc61258a823a83c name: yesod-recaptcha2 version: 1.0.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 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-auth , yesod-core , yesod-form exposed-modules: Yesod.ReCaptcha2 other-modules: Paths_yesod_recaptcha2 default-language: Haskell2010