Put yesod module back as it was
This commit is contained in:
parent
cfb6e1e24a
commit
4f52f22a2c
@ -7,8 +7,6 @@ module Yesod
|
|||||||
, module Yesod.Form
|
, module Yesod.Form
|
||||||
, module Yesod.Json
|
, module Yesod.Json
|
||||||
, module Yesod.Persist
|
, module Yesod.Persist
|
||||||
, module Yesod.Settings
|
|
||||||
, module Yesod.Main
|
|
||||||
-- * Running your application
|
-- * Running your application
|
||||||
, warp
|
, warp
|
||||||
, warpDebug
|
, warpDebug
|
||||||
@ -48,8 +46,6 @@ import Text.Julius
|
|||||||
import Yesod.Form
|
import Yesod.Form
|
||||||
import Yesod.Json
|
import Yesod.Json
|
||||||
import Yesod.Persist
|
import Yesod.Persist
|
||||||
import Yesod.Settings
|
|
||||||
import Yesod.Main
|
|
||||||
import Network.Wai (Application)
|
import Network.Wai (Application)
|
||||||
import Network.Wai.Middleware.Debug
|
import Network.Wai.Middleware.Debug
|
||||||
import Control.Monad.Trans.Class (lift)
|
import Control.Monad.Trans.Class (lift)
|
||||||
|
|||||||
@ -74,15 +74,9 @@ library
|
|||||||
, hamlet >= 0.10 && < 0.11
|
, hamlet >= 0.10 && < 0.11
|
||||||
, shakespeare-js >= 0.10 && < 0.11
|
, shakespeare-js >= 0.10 && < 0.11
|
||||||
, shakespeare-css >= 0.10 && < 0.11
|
, shakespeare-css >= 0.10 && < 0.11
|
||||||
, shakespeare-text >= 0.10 && < 0.11
|
|
||||||
, warp >= 0.4 && < 0.5
|
, warp >= 0.4 && < 0.5
|
||||||
, blaze-html >= 0.4 && < 0.5
|
, blaze-html >= 0.4 && < 0.5
|
||||||
, cmdargs >= 0.8 && < 0.9
|
|
||||||
, data-object >= 0.3 && < 0.4
|
|
||||||
, data-object-yaml >= 0.3 && < 0.4
|
|
||||||
exposed-modules: Yesod
|
exposed-modules: Yesod
|
||||||
Yesod.Settings
|
|
||||||
Yesod.Main
|
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
|
||||||
executable yesod
|
executable yesod
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user