Revert "fix Session export"

This reverts commit 03634a13b8.
This commit is contained in:
gregwebs 2012-03-25 12:43:53 -07:00
parent 47b89724e8
commit 3bb3db16b1
2 changed files with 1 additions and 2 deletions

View File

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

View File

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