[project @ 2005-12-13 12:09:42 by simonmar]
[ghc-hetmet.git] / ghc / compiler / utils / Panic.lhs
index 6ad720f..7ad2e5a 100644 (file)
@@ -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