packages feed

recaptcha-0.1: recaptcha.cabal

Name:            recaptcha
Version:         0.1
Cabal-Version:   >= 1.2
Build-Type:      Custom
License:         BSD3
License-File:    LICENSE
Copyright:       (c) 2008 John MacFarlane
Author:          John MacFarlane <jgm@berkeley.edu>
Maintainer:      John MacFarlane <jgm@berkeley.edu>
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. 
Library
  Build-Depends: base, HTTP >= 3001.1.4, xhtml >= 3000.0, network >= 2.2.0.1
  Hs-Source-Dirs:  .
  Exposed-Modules: Network.Captcha.ReCaptcha
  Ghc-Options:     -Wall -threaded
  Ghc-Prof-Options: -auto-all