Export subHelper directly rather than doing a module export
This commit is contained in:
parent
b88295cf05
commit
edf7ada64c
@ -30,7 +30,7 @@ module Yesod.Core.Dispatch
|
||||
, defaultMiddlewaresNoLogging
|
||||
-- * WAI subsites
|
||||
, WaiSubsite (..)
|
||||
, module YCCD
|
||||
, subHelper
|
||||
) where
|
||||
|
||||
import Prelude hiding (exp)
|
||||
@ -70,7 +70,6 @@ import Control.Monad (when)
|
||||
import qualified Paths_yesod_core
|
||||
import Data.Version (showVersion)
|
||||
import qualified System.Random.MWC as MWC
|
||||
import Yesod.Core.Class.Dispatch as YCCD (subHelper)
|
||||
|
||||
-- | Convert the given argument into a WAI application, executable with any WAI
|
||||
-- handler. This function will provide no middlewares; if you want commonly
|
||||
|
||||
Loading…
Reference in New Issue
Block a user