From 6dca3dad360cf43afe0028b14edf930604fec235 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 13 Dec 2005 12:18:51 +0000 Subject: [PATCH 1/1] [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. --- ghc/compiler/utils/Panic.lhs | 2 +- ghc/rts/RtsMessages.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); } -- 1.7.10.4