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.4
+Version:             2.3.4.1
 Synopsis:            Happstack Authentication Library
 Description:         A themeable authentication library with support for username+password and OpenId.
 Homepage:            http://www.happstack.com/
@@ -10,7 +10,7 @@
 Copyright:           2011-2015 SeeReason Partners, LLC
 Category:            Web
 Build-type:          Simple
-Cabal-version:       >=1.6
+Cabal-version:       >=1.8
 tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3
 data-files:
   messages/core/en.msg
@@ -43,7 +43,7 @@
 
   Build-depends:       base                         > 4     && < 5,
                        acid-state                   >= 0.6  && < 0.15,
-                       aeson                        >= 0.4  && < 0.12,
+                       aeson                        (>= 0.4  && < 0.10) || (== 0.11.*),
                        authenticate                 == 1.3.*,
                        base64-bytestring            >= 1.0  && < 1.1,
                        boomerang                    >= 1.4  && < 1.5,
@@ -54,7 +54,7 @@
                        filepath                     >= 1.3  && < 1.5,
                        hsx2hs                       >= 0.13 && < 0.14,
                        jmacro                       >= 0.6.11  && < 0.7,
-                       jwt                          >= 0.3  && < 0.7,
+                       jwt                          >= 0.3  && < 0.8,
                        ixset-typed                  >= 0.3  && < 0.4,
                        happstack-jmacro             >= 7.0  && < 7.1,
                        happstack-server             >= 6.0  && < 7.5,
