Start migrating Ghc -> GhcMod monad

This commit is contained in:
Daniel Gröber
2014-05-10 13:51:35 +02:00
parent 2d8faed072
commit e5c6d3e472
5 changed files with 37 additions and 37 deletions

View File

@@ -122,7 +122,7 @@ main = flip E.catches handlers $ do
"lint" -> nArgs 1 withFile (lintSyntax opt) cmdArg1
"root" -> rootInfo opt cradle
"doc" -> nArgs 1 $ packageDoc opt cradle cmdArg1
"boot" -> bootInfo opt cradle
"boot" -> bootInfo opt
"version" -> return progVersion
"help" -> return $ O.usageInfo usage argspec
cmd -> E.throw (NoSuchCommand cmd)