hlint hack.

This commit is contained in:
Kazu Yamamoto
2014-04-21 16:12:30 +09:00
parent a1d33b39d3
commit 152b218813
3 changed files with 4 additions and 9 deletions

View File

@@ -70,7 +70,7 @@ ghcPkgListEx dbs = do
case rv of
ExitFailure val -> do
hPutStrLn stderr err
fail $ "ghc-pkg " ++ intercalate " " opts ++ " (exit " ++ show val ++ ")"
fail $ "ghc-pkg " ++ unwords opts ++ " (exit " ++ show val ++ ")"
ExitSuccess -> return ()
return $ parseGhcPkgOutput $ lines output