From 2590ff4374466b196da479c2776c35336b9f0495 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 8 Dec 2010 16:32:12 +0000 Subject: [PATCH] Tweak the "sorry" message a bit - "sorry! (this is work in progress)\n" + "sorry! (unimplemented feature or known bug)\n" --- compiler/utils/Panic.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.7.10.4