cleanup exports
This commit is contained in:
parent
23c29b9a24
commit
11bf4d9c58
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user