Tweak the "sorry" message a bit
authorSimon Marlow <marlowsd@gmail.com>
Wed, 8 Dec 2010 16:32:12 +0000 (16:32 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 8 Dec 2010 16:32:12 +0000 (16:32 +0000)
- "sorry! (this is work in progress)\n"
+ "sorry! (unimplemented feature or known bug)\n"

compiler/utils/Panic.lhs

index c9e3551..d430df6 100644 (file)
@@ -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"