Added missing import statement

This commit is contained in:
Michael Snoyman 2012-01-17 09:11:18 +02:00
parent 24135d75b7
commit 30690eb62f
2 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,6 @@ import Yesod.Form
import Yesod.Json import Yesod.Json
import Yesod.Persist import Yesod.Persist
import Network.HTTP.Types (status200) import Network.HTTP.Types (status200)
import Network.Wai (Application)
import Control.Monad.IO.Class (liftIO, MonadIO(..)) import Control.Monad.IO.Class (liftIO, MonadIO(..))
import Control.Monad.Trans.Control (MonadBaseControl) import Control.Monad.Trans.Control (MonadBaseControl)

View File

@ -111,6 +111,7 @@ executable yesod
, http-types >= 0.6.1 && < 0.7 , http-types >= 0.6.1 && < 0.7
, blaze-builder >= 0.2.1.4 && < 0.4 , blaze-builder >= 0.2.1.4 && < 0.4
, filepath >= 1.1 && < 1.3 , filepath >= 1.1 && < 1.3
, fast-logger >= 0.0.1 && < 0.1
, process , process
ghc-options: -Wall ghc-options: -Wall
if flag(threaded) if flag(threaded)