yesod-core 1.0.0 → 1.0.0.1
raw patch · 2 files changed
+4/−4 lines, 2 files
Files
- Yesod/Internal/Session.hs +3/−3
- yesod-core.cabal +1/−1
Yesod/Internal/Session.hs view
@@ -21,9 +21,9 @@ 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
yesod-core.cabal view
@@ -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>