fix Session export
This commit is contained in:
parent
a5cc05a22f
commit
03634a13b8
@ -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
|
||||
|
||||
@ -26,6 +26,7 @@ module Yesod.Internal.Core
|
||||
, fileLocationToString
|
||||
, messageLoggerHandler
|
||||
-- * Sessions
|
||||
, Session
|
||||
, SessionBackend (..)
|
||||
, defaultClientSessionBackend
|
||||
, clientSessionBackend
|
||||
|
||||
Loading…
Reference in New Issue
Block a user