happstack-clientsession 7.3.2 → 7.3.3
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Happstack.Server.ClientSession: askSessionConf :: Monad m => ClientSessionT sessionData m SessionConf
Files
happstack-clientsession.cabal view
@@ -1,5 +1,5 @@ Name : happstack-clientsession-Version : 7.3.2+Version : 7.3.3 License : BSD3 License-file : COPYING Synopsis : client-side session data
src/Happstack/Server/ClientSession.hs view
@@ -154,6 +154,7 @@ , SessionStateT , mapSessionStateT , liftSessionStateT+ , askSessionConf -- * Exported from @Web.ClientSession@ , Key , getKey