Name: recaptcha Version: 0.1.0.2 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 Library Build-Depends: base < 5, HTTP >= 3001.1.4, xhtml >= 3000.0, network >= 2.2.0.1 Hs-Source-Dirs: . Exposed-Modules: Network.Captcha.ReCaptcha Ghc-Options: -Wall Ghc-Prof-Options: -auto-all