[project @ 2006-01-03 12:16:26 by simonmar]
[ghc-hetmet.git] / ghc / rts / RtsMessages.c
index a690614..9f36e2e 100644 (file)
@@ -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:\n    http://www.haskell.org/ghc/reportabug\n");
      fflush(stderr);
   }