diff --git a/yesod-recaptcha.cabal b/yesod-recaptcha.cabal
--- a/yesod-recaptcha.cabal
+++ b/yesod-recaptcha.cabal
@@ -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.*
