Commit edb8b702 authored by Andrei Barbu's avatar Andrei Barbu

error message whitespace

parent 5ae3a123
...@@ -1368,7 +1368,7 @@ formatErrorWithClass cls = ...@@ -1368,7 +1368,7 @@ formatErrorWithClass cls =
typeCleaner typeCleaner
where where
fixDollarSigns = replace "$" "<span>&dollar;</span>" fixDollarSigns = replace "$" "<span>&dollar;</span>"
useDashV = "\nUse -v to see a list of the files searched for." useDashV = "\n Use -v to see a list of the files searched for."
isShowError err = isShowError err =
"No instance for (Show" `isPrefixOf` err && "No instance for (Show" `isPrefixOf` err &&
isInfixOf " arising from a use of `print'" err isInfixOf " arising from a use of `print'" err
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment