summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederik Hanghøj Iversen <fredefox@users.noreply.github.com>2017-05-18 14:26:10 +0200
committerBartosz Nitka <niteria@gmail.com>2017-05-18 05:43:33 -0700
commit7b52525ecb2a09b21e7e5393f45a72ed1dfa3bc8 (patch)
treed6e6cdbecb838bef6a86bad4a64e07c6d5b06269
parentd6461f9684f6f758320a5e5afbf0634fcc2996a5 (diff)
downloadhaskell-7b52525ecb2a09b21e7e5393f45a72ed1dfa3bc8.tar.gz
Insert missing newline
-rw-r--r--libraries/base/GHC/TopHandler.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/TopHandler.hs b/libraries/base/GHC/TopHandler.hs
index 1b1e065831..65ac1a6246 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."