From: simonmar Date: Tue, 13 Dec 2005 12:18:51 +0000 (+0000) Subject: [project @ 2005-12-13 12:18:51 by simonmar] X-Git-Tag: final_switch_to_darcs,_this_repo_is_now_live~97 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6dca3dad360cf43afe0028b14edf930604fec235;hp=fd5a12e7f7c1bd928bc308dc9a3bc29593f74c0d;p=ghc-hetmet.git [project @ 2005-12-13 12:18:51 by simonmar] Update the bug reporting instructions, I've now installed a redirect from http://www.haskel.org/ghc/reportabug to the bug reporting instructions, just in case we want to move that page in the future. --- diff --git a/ghc/compiler/utils/Panic.lhs b/ghc/compiler/utils/Panic.lhs index 7ad2e5a..3d5cf17 100644 --- a/ghc/compiler/utils/Panic.lhs +++ b/ghc/compiler/utils/Panic.lhs @@ -124,7 +124,7 @@ showGhcException (Panic s) ++ cProjectVersion ++ "):\n\t" ++ s ++ "\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") + ++ " http://www.haskell.org/ghc/reportabug\n") #if __GLASGOW_HASKELL__ < 603 myMkTyConApp = mkAppTy diff --git a/ghc/rts/RtsMessages.c b/ghc/rts/RtsMessages.c index a690614..93b87a2 100644 --- a/ghc/rts/RtsMessages.c +++ b/ghc/rts/RtsMessages.c @@ -135,7 +135,7 @@ rtsFatalInternalErrorFn(char *s, va_list ap) } vfprintf(stderr, s, ap); fprintf(stderr, "\n"); - fprintf(stderr, " Please report this as a bug to glasgow-haskell-bugs@haskell.org,\n or http://www.sourceforge.net/projects/ghc/\n"); + fprintf(stderr, " Please report this as a compiler bug. See:\nhttp://www.haskell.org/ghc/reportabug\n"); fflush(stderr); }