yesod-recaptcha 1.1.0.2 → 1.1.0.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~http-conduitdep ~yesod-formPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: http-conduit, yesod-form
API changes (from Hackage documentation)
Files
- yesod-recaptcha.cabal +3/−3
yesod-recaptcha.cabal view
@@ -1,5 +1,5 @@ Name: yesod-recaptcha-Version: 1.1.0.2+Version: 1.1.0.3 Synopsis: Dead simple support for reCAPTCHA on Yesod applications. Homepage: https://github.com/meteficha/yesod-recaptcha License: BSD3@@ -34,10 +34,10 @@ , lifted-base >= 0.1 , yesod-core == 1.1.* , yesod-auth == 1.1.*- , yesod-form == 1.1.*+ , yesod-form >= 1.1 && < 1.3 , wai , network , network-info == 0.2.*- , http-conduit >= 1.5 && < 1.7+ , http-conduit >= 1.5 , http-types , conduit == 0.5.*