summaryrefslogtreecommitdiff
path: root/ghc/Main.hs
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2014-08-31 16:05:26 +0200
committerHerbert Valerio Riedel <hvr@gnu.org>2014-08-31 16:09:25 +0200
commit737f36823d03a6c9d92f56e3e2433a3961780e13 (patch)
tree251c4655db37e898ac10a31ac37735e0cb1bcd9a /ghc/Main.hs
parenta8a969ae7a05e408b29961d0a2ea621a16d73d3e (diff)
downloadhaskell-737f36823d03a6c9d92f56e3e2433a3961780e13.tar.gz
`M-x delete-trailing-whitespace` & `M-x untabify`...
...some files more or less recently touched by me [ci skip]
Diffstat (limited to 'ghc/Main.hs')
-rw-r--r--ghc/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/Main.hs b/ghc/Main.hs
index 8746125450..e6ff043bf0 100644
--- a/ghc/Main.hs
+++ b/ghc/Main.hs
@@ -837,7 +837,7 @@ unknownFlagsErr fs = throwGhcException $ UsageError $ concatMap oneError fs
"unrecognised flag: " ++ f ++ "\n" ++
(case fuzzyMatch f (nub allFlags) of
[] -> ""
- suggs -> "did you mean one of:\n" ++ unlines (map (" " ++) suggs))
+ suggs -> "did you mean one of:\n" ++ unlines (map (" " ++) suggs))
{- Note [-Bsymbolic and hooks]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~