From fd5a12e7f7c1bd928bc308dc9a3bc29593f74c0d Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 13 Dec 2005 12:09:42 +0000 Subject: [PATCH] [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). --- ghc/compiler/utils/Panic.lhs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 1.7.10.4