This commit is contained in:
Michael Snoyman 2012-04-05 22:39:39 +03:00
parent c1ff148cfd
commit f8c41eb5ac
2 changed files with 4 additions and 4 deletions

View File

@ -21,9 +21,9 @@ import qualified Network.Wai as W
type BackendSession = [(Text, S8.ByteString)]
type SaveSession = BackendSession -> -- ^ The session contents after running the handler
UTCTime -> -- ^ current time
IO [Header]
type SaveSession = BackendSession -- ^ The session contents after running the handler
-> UTCTime -- ^ current time
-> IO [Header]
newtype SessionBackend master = SessionBackend
{ sbLoadSession :: master

View File

@ -1,5 +1,5 @@
name: yesod-core
version: 1.0.0
version: 1.0.0.1
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>