fix import documentation

This commit is contained in:
Greg Weber 2015-06-08 13:11:18 -04:00
parent 10680f5108
commit b94828121a
2 changed files with 17 additions and 32 deletions

View File

@ -88,24 +88,6 @@ module Yesod.Core
-- * Utilities
, showIntegral
, readIntegral
-- FIXME: API breakage
-- , unauthorizedI
-- module Text.Shakesepare.I18N
-- * Shakespeare
-- ** Hamlet
-- , hamlet
-- , shamlet
-- , xhamlet
-- , HtmlUrl
-- ** Julius
-- , julius
-- , JavascriptUrl
-- , renderJavascriptUrl
-- ** Cassius/Lucius
-- , cassius
-- , lucius
-- , CssUrl
-- , renderCssUrl
) where
import Yesod.Core.Content

View File

@ -24,6 +24,17 @@ module Yesod.Core.Widget
, ToWidgetHead (..)
, ToWidgetBody (..)
, ToWidgetMedia (..)
-- Formerly Yesod.Core.Types
, ScriptLoadPosition(..)
, BottomOfHeadAsync
, GWData(..)
, Head(..)
, Body(..)
-- Formerly Yesod.Core
, MonadWidget (..)
-- * Creating
-- ** Head of page
, setTitle
@ -47,30 +58,22 @@ module Yesod.Core.Widget
, asWidgetT
, tellWidget
-- * Formerly Yesod.Core.Class.Yesod
-- Formerly Yesod.Core.Class.Yesod
-- *
, jelper
, asyncHelper
, jsToHtml
, widgetToPageContentUnbound
-- * Formerly Yesod.Core.Types
, ScriptLoadPosition(..)
, BottomOfHeadAsync
, GWData(..)
, Head(..)
, Body(..)
-- * Formerly Yesod.Core.Handler
-- ** Streaming
-- Formerly Yesod.Core.Handler
-- * Streaming
, sendChunkHtml
-- ** Messages
-- * Messages
, setMessage
, getMessage
-- ** Hamlet
-- * Hamlet
, hamletToRepHtml
-- * Formerly Yesod.Core
, MonadWidget (..)
) where
import Control.Applicative (Applicative(..))