yesod-recaptcha 1.2 → 1.2.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- src/Yesod/ReCAPTCHA.hs +1/−1
- yesod-recaptcha.cabal +1/−1
src/Yesod/ReCAPTCHA.hs view
@@ -180,7 +180,7 @@ HS.SockAddrInet6 _ _ (w1, w2, w3, w4) _ -> show $ NI.IPv6 w1 w2 w3 w4 HS.SockAddrUnix _ -> error "ReCAPTCHA.check"- req = H.def+ req = D.def { H.method = HT.methodPost , H.host = "www.google.com" , H.path = "/recaptcha/api/verify"
yesod-recaptcha.cabal view
@@ -1,5 +1,5 @@ Name: yesod-recaptcha-Version: 1.2+Version: 1.2.1 Synopsis: Dead simple support for reCAPTCHA on Yesod applications. Homepage: https://github.com/meteficha/yesod-recaptcha License: BSD3