cleanup exports

This commit is contained in:
Greg Weber 2015-06-08 00:33:07 -04:00
parent 23c29b9a24
commit 11bf4d9c58
2 changed files with 3 additions and 7 deletions

View File

@ -3,7 +3,8 @@
{-# OPTIONS_GHC -fno-warn-orphans #-}
module Yesod.Core.Json
( -- * Convert from a JSON value
jsonToRepJson
defaultLayoutJson
, jsonToRepJson
, returnJson
, provideJson
@ -31,7 +32,7 @@ import Control.Monad.Trans.Writer (Writer)
import Data.Monoid (Endo)
import Yesod.Core.Content (TypedContent)
import Yesod.Core.Types (reqAccept)
import Yesod.Core.Class.Yesod (Yesod)
import Yesod.Core.Class.Yesod (Yesod, defaultLayoutJson)
import Yesod.Core.Class.Handler
import Yesod.Routes.Class
import qualified Data.Aeson as J

View File

@ -60,8 +60,6 @@ module Yesod.Core.Widget
, Head(..)
, Body(..)
-- * Formerly Yesod.Core.Class.Handler
-- * Formerly Yesod.Core.Handler
-- ** Streaming
, sendChunkHtml
@ -71,9 +69,6 @@ module Yesod.Core.Widget
-- ** Hamlet
, hamletToRepHtml
-- * Formerly Yesod.Core.Json
-- , defaultLayoutJson
-- * Formerly Yesod.Core
, MonadWidget (..)
) where