fix Session export
This commit is contained in:
parent
a5cc05a22f
commit
03634a13b8
@ -52,7 +52,7 @@ module Yesod.Core
|
|||||||
) where
|
) where
|
||||||
|
|
||||||
import Yesod.Internal.Core
|
import Yesod.Internal.Core
|
||||||
import Yesod.Internal
|
import Yesod.Internal (Header(..))
|
||||||
import Yesod.Content
|
import Yesod.Content
|
||||||
import Yesod.Dispatch
|
import Yesod.Dispatch
|
||||||
import Yesod.Handler
|
import Yesod.Handler
|
||||||
|
|||||||
@ -26,6 +26,7 @@ module Yesod.Internal.Core
|
|||||||
, fileLocationToString
|
, fileLocationToString
|
||||||
, messageLoggerHandler
|
, messageLoggerHandler
|
||||||
-- * Sessions
|
-- * Sessions
|
||||||
|
, Session
|
||||||
, SessionBackend (..)
|
, SessionBackend (..)
|
||||||
, defaultClientSessionBackend
|
, defaultClientSessionBackend
|
||||||
, clientSessionBackend
|
, clientSessionBackend
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user