Skip to content
Snippets Groups Projects
Commit c94fa217 authored by batterseapower's avatar batterseapower
Browse files

Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263

parent 1e79ef72
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ dispatch (txt:args0) = do
case getOpt Permute (options plugin []) args of
(_,_,errs) | not (null errs)
-> do putStrLn "hpc failed:"
sequence [ putStr (" " ++ err)
sequence_ [ putStr (" " ++ err)
| err <- errs
]
putStrLn $ "\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment