diff --git a/Happstack/Auth.hs b/Happstack/Auth.hs
--- a/Happstack/Auth.hs
+++ b/Happstack/Auth.hs
@@ -1,4 +1,4 @@
-module Happstack.Auth 
+module Happstack.Auth
     ( UserId(..)
     , AuthState(..)
     , ProfileState(..)
@@ -10,6 +10,7 @@
     , handleAuth
     , handleProfile
     , handleAuthProfile
+    , handleAuthProfileRouteT
     ) where
 
 import Happstack.Auth.Core.Profile    (UserId(..), getUserId)
@@ -18,4 +19,4 @@
 import Happstack.Auth.Core.Profile    (ProfileState(..))
 import Happstack.Auth.Core.ProfileURL (ProfileURL(..))
 import Happstack.Auth.Core.AuthProfileURL (AuthProfileURL(..))
-import Happstack.Auth.Blaze.Templates (authProfileHandler, handleAuth, handleProfile, handleAuthProfile)
+import Happstack.Auth.Blaze.Templates (authProfileHandler, handleAuth, handleProfile, handleAuthProfile, handleAuthProfileRouteT)
diff --git a/Happstack/Auth/Blaze/Templates.hs b/Happstack/Auth/Blaze/Templates.hs
--- a/Happstack/Auth/Blaze/Templates.hs
+++ b/Happstack/Auth/Blaze/Templates.hs
@@ -12,6 +12,7 @@
       handleAuth
     , handleProfile
     , handleAuthProfile
+    , handleAuthProfileRouteT
     , authProfileHandler
       -- * page functions
     , addAuthPage
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:             0.10.5
+Version:             0.10.7
 Synopsis:            Happstack Authentication Library
 Description:         A themeable authentication library with support for username+password and OpenId.
 Homepage:            http://www.happstack.com/
@@ -31,7 +31,7 @@
                        Happstack.Auth.Core.AuthProfileURL
 
   Build-depends:       base                         > 4 && < 5,
-                       acid-state                   >= 0.6,
+                       acid-state                   >= 0.6 && <= 0.13,
                        aeson                        >= 0.4 && < 0.7,
                        authenticate                 == 1.3.*,
                        blaze-html                   >= 0.5 && < 0.7,
