whoops switched cabal-dev and cabal

This commit is contained in:
Luite Stegeman 2011-09-06 09:35:36 +02:00
parent 71e1e57615
commit e25389c4dd

View File

@ -80,8 +80,8 @@ mainLoop isDevel = forever $ do
list <- getFileList list <- getFileList
_ <- if isDevel _ <- if isDevel
then rawSystem "cabal" ["build"] then rawSystem "cabal-dev" ["build"]
else rawSystem "cabal-dev" ["build"] else rawSystem "cabal" ["build"]
removeLock removeLock
putStrLn "Starting development server..." putStrLn "Starting development server..."