diff --git a/Yesod/Internal/Session.hs b/Yesod/Internal/Session.hs
--- a/Yesod/Internal/Session.hs
+++ b/Yesod/Internal/Session.hs
@@ -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
diff --git a/yesod-core.cabal b/yesod-core.cabal
--- a/yesod-core.cabal
+++ b/yesod-core.cabal
@@ -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>
