diff options
author | Frederik Hanghøj Iversen <fredefox@users.noreply.github.com> | 2017-05-18 14:26:10 +0200 |
---|---|---|
committer | Bartosz Nitka <niteria@gmail.com> | 2017-05-18 05:43:33 -0700 |
commit | 7b52525ecb2a09b21e7e5393f45a72ed1dfa3bc8 (patch) | |
tree | d6e6cdbecb838bef6a86bad4a64e07c6d5b06269 /libraries/base | |
parent | d6461f9684f6f758320a5e5afbf0634fcc2996a5 (diff) | |
download | haskell-7b52525ecb2a09b21e7e5393f45a72ed1dfa3bc8.tar.gz |
Insert missing newline
Diffstat (limited to 'libraries/base')
-rw-r--r-- | libraries/base/GHC/TopHandler.hs | 2 |
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." |