Name: recaptcha Version: 0.1.0.4 Cabal-Version: >= 1.8 Build-Type: Simple 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 (https://www.google.com/recaptcha/intro/) 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 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