error message whitespace

This commit is contained in:
Andrei Barbu 2017-03-11 20:24:12 -05:00
parent 5ae3a123af
commit edb8b70263

View File

@ -1368,7 +1368,7 @@ formatErrorWithClass cls =
typeCleaner
where
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 =
"No instance for (Show" `isPrefixOf` err &&
isInfixOf " arising from a use of `print'" err