hlint hack.

This commit is contained in:
Kazu Yamamoto
2014-04-16 11:52:49 +09:00
parent cd56e26b25
commit 145c27a129
3 changed files with 3 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ debug opt cradle fileName = do
return simpleCompilerOption
void $ initializeFlagsWithCradle opt cradle gopts True
setTargetFiles [fileName]
mglibdir <- liftIO $ getSystemLibDir
mglibdir <- liftIO getSystemLibDir
return [
"Root directory: " ++ rootDir
, "Current directory: " ++ currentDir