recaptcha 0.1.0.3 → 0.1.0.4
raw patch · 1 files changed
+6/−6 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- recaptcha.cabal +6/−6
recaptcha.cabal view
@@ -1,7 +1,7 @@ Name: recaptcha-Version: 0.1.0.3-Cabal-Version: >= 1.6-Build-Type: Custom+Version: 0.1.0.4+Cabal-Version: >= 1.8+Build-Type: Simple License: BSD3 License-File: LICENSE Copyright: (c) 2008 John MacFarlane@@ -12,8 +12,9 @@ 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.+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@@ -33,5 +34,4 @@ Hs-Source-Dirs: . Exposed-Modules: Network.Captcha.ReCaptcha Ghc-Options: -Wall- Ghc-Prof-Options: -auto-all