[commit: ghc] master: SysTools: Fix whitespace in error message (8c5b087)
git at git.haskell.org
git at git.haskell.org
Wed Aug 12 15:36:44 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8c5b087b85624092a76465b844dd74d220fcc417/ghc
>---------------------------------------------------------------
commit 8c5b087b85624092a76465b844dd74d220fcc417
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Aug 12 16:31:46 2015 +0200
SysTools: Fix whitespace in error message
>---------------------------------------------------------------
8c5b087b85624092a76465b844dd74d220fcc417
compiler/main/SysTools.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/main/SysTools.hs b/compiler/main/SysTools.hs
index 080cc0b..af1f546 100644
--- a/compiler/main/SysTools.hs
+++ b/compiler/main/SysTools.hs
@@ -610,7 +610,7 @@ runClang dflags args = do
(\(err :: SomeException) -> do
errorMsg dflags $
text ("Error running clang! you need clang installed to use the" ++
- "LLVM backend") $+$
+ " LLVM backend") $+$
text "(or GHC tried to execute clang incorrectly)"
throwIO err
)
More information about the ghc-commits
mailing list