diff --git a/happstack-authenticate.cabal b/happstack-authenticate.cabal
--- a/happstack-authenticate.cabal
+++ b/happstack-authenticate.cabal
@@ -1,5 +1,5 @@
 Name:                happstack-authenticate
-Version:             2.3.0
+Version:             2.3.1
 Synopsis:            Happstack Authentication Library
 Description:         A themeable authentication library with support for username+password and OpenId.
 Homepage:            http://www.happstack.com/
@@ -41,7 +41,7 @@
 
 
   Build-depends:       base                         > 4     && < 5,
-                       acid-state                   >= 0.6  && < 0.14,
+                       acid-state                   >= 0.6  && < 0.15,
                        aeson                        >= 0.4  && < 0.10,
                        authenticate                 == 1.3.*,
                        base64-bytestring            >= 1.0  && < 1.1,
@@ -62,7 +62,7 @@
                        http-types                   >= 0.6  && < 0.9,
                        hsp                          >= 0.10 && < 0.11,
                        hsx-jmacro                   >= 7.3  && < 7.4,
-                       safecopy                     >= 0.8  && < 0.9,
+                       safecopy                     >= 0.8  && < 0.10,
                        mime-mail                    >= 0.4  && < 0.5,
                        mtl                          >= 2.0  && < 2.3,
                        lens                         >= 4.2  && < 4.14,
