cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack name: yesod-recaptcha2 version: 1.0.2.1 synopsis: yesod recaptcha2 description: It support new Google reCAPTCHA(v2, v3) for yesod-form instead yesod-recaptcha beacuse original yesod-recaptcha is dead. 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 exposed-modules: Yesod.ReCaptcha2 other-modules: Paths_yesod_recaptcha2 hs-source-dirs: src ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints build-depends: aeson , base >=4.7 && <5 , http-conduit , string-transform , text , yesod-core , yesod-form default-language: Haskell2010