[commit: ghc] master: Insert missing newline (7b52525)
git at git.haskell.org
git at git.haskell.org
Thu May 18 12:44:32 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/7b52525ecb2a09b21e7e5393f45a72ed1dfa3bc8/ghc
>---------------------------------------------------------------
commit 7b52525ecb2a09b21e7e5393f45a72ed1dfa3bc8
Author: Frederik Hanghøj Iversen <fredefox at users.noreply.github.com>
Date: Thu May 18 14:26:10 2017 +0200
Insert missing newline
>---------------------------------------------------------------
7b52525ecb2a09b21e7e5393f45a72ed1dfa3bc8
libraries/base/GHC/TopHandler.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/GHC/TopHandler.hs b/libraries/base/GHC/TopHandler.hs
index 1b1e065..65ac1a6 100644
--- a/libraries/base/GHC/TopHandler.hs
+++ b/libraries/base/GHC/TopHandler.hs
@@ -208,7 +208,7 @@ disasterHandler exit _ =
errorBelch fmt msg >> exit 1
where
msgStr =
- "encountered an exception while trying to report an exception." ++
+ "encountered an exception while trying to report an exception.\n" ++
"One possible reason for this is that we failed while trying to " ++
"encode an error message. Check that your locale is configured " ++
"properly."
More information about the ghc-commits
mailing list