Put yesod module back as it was

This commit is contained in:
patrick brisbin 2011-09-19 15:14:41 -04:00
parent cfb6e1e24a
commit 4f52f22a2c
2 changed files with 0 additions and 10 deletions

View File

@ -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)

View File

@ -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