From: simonmar Date: Tue, 13 Dec 2005 12:09:42 +0000 (+0000) Subject: [project @ 2005-12-13 12:09:42 by simonmar] X-Git-Tag: final_switch_to_darcs,_this_repo_is_now_live~98 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fd5a12e7f7c1bd928bc308dc9a3bc29593f74c0d;hp=ac04e3d6acae9dda1d644be090ae6577edc023cc;p=ghc-hetmet.git [project @ 2005-12-13 12:09:42 by simonmar] 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). --- diff --git a/ghc/compiler/utils/Panic.lhs b/ghc/compiler/utils/Panic.lhs index 6ad720f..7ad2e5a 100644 --- a/ghc/compiler/utils/Panic.lhs +++ b/ghc/compiler/utils/Panic.lhs @@ -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