yesod-recaptcha 1.2.3.2 → 1.4
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~yesod-authdep ~yesod-coredep ~yesod-formPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: yesod-auth, yesod-core, yesod-form
API changes (from Hackage documentation)
Files
- yesod-recaptcha.cabal +4/−4
yesod-recaptcha.cabal view
@@ -1,5 +1,5 @@ Name: yesod-recaptcha-Version: 1.2.3.2+Version: 1.4 Synopsis: Dead simple support for reCAPTCHA on Yesod applications. Homepage: https://github.com/prowdsponsor/yesod-recaptcha License: BSD3@@ -32,9 +32,9 @@ , text , data-default , lifted-base >= 0.1- , yesod-core == 1.2.*- , yesod-auth >= 1.2 && < 1.4- , yesod-form == 1.3.*+ , yesod-core >= 1.2 && < 1.5+ , yesod-auth >= 1.2 && < 1.5+ , yesod-form >= 1.3 && < 1.5 , wai , network , network-info == 0.2.*