[project @ 2005-12-13 12:09:42 by simonmar]
authorsimonmar <unknown>
Tue, 13 Dec 2005 12:09:42 +0000 (12:09 +0000)
committersimonmar <unknown>
Tue, 13 Dec 2005 12:09:42 +0000 (12:09 +0000)
In the panic message, point to the bug reporting page in the User's
Guide rather than directly to the bug reporting page.  That way people
will see the bug reporting instructions as well as the direct link
(which has now changed).

ghc/compiler/utils/Panic.lhs

index 6ad720f..7ad2e5a 100644 (file)
@@ -123,9 +123,8 @@ showGhcException (Panic s)
    = showString ("panic! (the `impossible' happened, GHC version "
                 ++ cProjectVersion ++ "):\n\t"
                 ++ s ++ "\n\n"
-                ++ "Please report it as a compiler bug "
-                ++ "to glasgow-haskell-bugs@haskell.org,\n"
-                ++ "or http://sourceforge.net/projects/ghc/.\n\n")
+                ++ "Please report this as a compiler bug.  See:\n"
+                ++ "  http://www.haskell.org/ghc/docs/latest/html/users_guide/bug-reporting.html\n")
 
 #if __GLASGOW_HASKELL__ < 603
 myMkTyConApp = mkAppTy