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 -- * Utilities
, showIntegral , showIntegral
, readIntegral , 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 ) where
import Yesod.Core.Content import Yesod.Core.Content

View File

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