diff --git a/yesod-auth.cabal b/yesod-auth.cabal
--- a/yesod-auth.cabal
+++ b/yesod-auth.cabal
@@ -1,5 +1,5 @@
 name:            yesod-auth
-version:         0.7.5
+version:         0.7.6
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman, Patrick Brisbin
@@ -17,33 +17,33 @@
 
 library
     if flag(ghc7)
-        build-depends:   base                      >= 4.3      && < 5
+        build-depends:   base                >= 4.3      && < 5
         cpp-options:     -DGHC7
     else
-        build-depends:   base                      >= 4        && < 4.3
-    build-depends:   authenticate            >= 0.10      && < 0.11
+        build-depends:   base                >= 4        && < 4.3
+    build-depends:   authenticate            >= 0.10.3    && < 0.11
                    , bytestring              >= 0.9.1.4   && < 0.10
                    , yesod-core              >= 0.9       && < 0.10
                    , wai                     >= 0.4       && < 0.5
                    , template-haskell
-                   , pureMD5                 >= 1.1       && < 2.2
-                   , random                  >= 1.0       && < 1.1
+                   , pureMD5                 >= 2.0       && < 2.2
+                   , random                  >= 1.0.0.2  && < 1.1
                    , control-monad-attempt   >= 0.3.0     && < 0.4
                    , text                    >= 0.7       && < 0.12
                    , mime-mail               >= 0.3       && < 0.4
-                   , blaze-html              >= 0.4       && < 0.5
+                   , blaze-html              >= 0.4.1.3   && < 0.5
                    , yesod-persistent        >= 0.2       && < 0.3
                    , hamlet                  >= 0.10      && < 0.11
                    , shakespeare-css         >= 0.10      && < 0.11
                    , yesod-json              >= 0.2       && < 0.3
                    , containers              >= 0.2       && < 0.5
                    , yesod-form              >= 0.3       && < 0.4
-                   , transformers            >= 0.2       && < 0.3
+                   , transformers            >= 0.2.2     && < 0.3
                    , persistent              >= 0.6       && < 0.7
                    , persistent-template     >= 0.6       && < 0.7
                    , SHA                     >= 1.4.1.3   && < 1.6
                    , http-enumerator         >= 0.6       && < 0.8
-                   , aeson-native            >= 0.3.2.11  && < 0.4
+                   , aeson                   >= 0.3
                    , pwstore-fast            >= 2.2       && < 3
 
     exposed-modules: Yesod.Auth
