packages feed

snaplet-recaptcha-1.0: snaplet-recaptcha.cabal

-- Initial snaplet-recaptcha.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                snaplet-recaptcha
version:             1.0
synopsis:            A ReCAPTCHA verification snaplet with Heist integration and connection sharing.
-- description:
homepage:            http://github.com/mikeplus64/snaplet-recaptcha
license:             BSD3
license-file:        LICENSE
author:              Mike Ledger, Lars Petersen
maintainer:          Mike Ledger <eleventynine@gmail.com>
-- copyright:
category:            Web
build-type:          Simple
-- extra-source-files:
cabal-version:       >=1.10

library
  exposed-modules:     Snap.Snaplet.ReCaptcha
                     , Snap.Snaplet.ReCaptcha.Example

  build-depends:       base < 5
                     , lens
                     , heist >= 0.14 && <0.15
                     , snap >= 0.13 && <0.14
                     , blaze-builder
                     , MonadCatchIO-transformers
                     , mtl
                     , aeson
                     , bytestring
                     , configurator
                     , text
                     , http-conduit >=2.1

  hs-source-dirs:      src
  default-language:    Haskell2010