add some missing exports

This commit is contained in:
Greg Weber 2015-06-07 17:32:42 -04:00
parent ec206c53fb
commit e8dbf4cd56

View File

@ -51,9 +51,9 @@ module Yesod.Core
, clientSessionDateCacher , clientSessionDateCacher
, loadClientSession , loadClientSession
, Header(..) , Header(..)
-- * JS loaders
-- * Subsites -- * Subsites
, MonadHandler (..) , MonadHandler (..)
, MonadWidget (..)
, getRouteToParent , getRouteToParent
, defaultLayoutSub , defaultLayoutSub
-- * Misc -- * Misc
@ -68,6 +68,7 @@ module Yesod.Core
, module Yesod.Core.Content , module Yesod.Core.Content
, module Yesod.Core.Dispatch , module Yesod.Core.Dispatch
, module Yesod.Core.Handler , module Yesod.Core.Handler
, module Yesod.Core.Widget
, module Yesod.Core.Json , module Yesod.Core.Json
, module Yesod.Core.Internal.Util , module Yesod.Core.Internal.Util
, module Text.Blaze.Html , module Text.Blaze.Html
@ -83,8 +84,10 @@ module Yesod.Core
, showIntegral , showIntegral
, readIntegral , readIntegral
-- FIXME: API breakage -- FIXME: API breakage
-- * Shakespeare -- , unauthorizedI
-- ** Hamlet -- module Text.Shakesepare.I18N
-- * Shakespeare
-- ** Hamlet
-- , hamlet -- , hamlet
-- , shamlet -- , shamlet
-- , xhamlet -- , xhamlet