From: Simon Marlow Date: Wed, 8 Dec 2010 16:32:12 +0000 (+0000) Subject: Tweak the "sorry" message a bit X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=2590ff4374466b196da479c2776c35336b9f0495 Tweak the "sorry" message a bit - "sorry! (this is work in progress)\n" + "sorry! (unimplemented feature or known bug)\n" --- diff --git a/compiler/utils/Panic.lhs b/compiler/utils/Panic.lhs index c9e3551..d430df6 100644 --- a/compiler/utils/Panic.lhs +++ b/compiler/utils/Panic.lhs @@ -133,7 +133,7 @@ showGhcException exception Sorry s -> showString $ - "sorry! (this is work in progress)\n" + "sorry! (unimplemented feature or known bug)\n" ++ " (GHC version " ++ cProjectVersion ++ " for " ++ TargetPlatform_NAME ++ "):\n\t" ++ s ++ "\n"