Name: recaptcha Version: 0.1.0.3 x-revision: 1 Cabal-Version: >= 1.6 Build-Type: Custom License: BSD3 License-File: LICENSE Copyright: (c) 2008 John MacFarlane Author: John MacFarlane Maintainer: John MacFarlane Stability: alpha Category: Network Tested-With: GHC Homepage: http://github.com/jgm/recaptcha/tree/master Synopsis: Functions for using the reCAPTCHA service in web applications. Description: reCAPTCHA (http://recaptcha.net/) is a service that provides captchas for preventing automated spam in web applications. recaptcha-hs provides functions for using reCAPTCHA in Haskell web applications. Source-repository head type: git location: git://github.com/jgm/recaptcha.git Flag network-uri Description: Get Network.URI from the network-uri package Default: True -- This package has a trivial Setup.hs and should rather use build-type:Simple Custom-Setup setup-depends: base -any, Cabal -any Library Build-Depends: base < 5, HTTP >= 3001.1.4, xhtml >= 3000.0 if flag(network-uri) Build-Depends: network-uri >= 2.6 && < 2.7, network >= 2.6 else Build-Depends: network >= 2 && < 2.6 Hs-Source-Dirs: . Exposed-Modules: Network.Captcha.ReCaptcha Ghc-Options: -Wall Ghc-Prof-Options: -auto-all