fix Session export

This commit is contained in:
gregwebs 2012-03-25 07:48:16 -07:00
parent a5cc05a22f
commit 03634a13b8
2 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,7 @@ module Yesod.Core
) where
import Yesod.Internal.Core
import Yesod.Internal
import Yesod.Internal (Header(..))
import Yesod.Content
import Yesod.Dispatch
import Yesod.Handler

View File

@ -26,6 +26,7 @@ module Yesod.Internal.Core
, fileLocationToString
, messageLoggerHandler
-- * Sessions
, Session
, SessionBackend (..)
, defaultClientSessionBackend
, clientSessionBackend