diff options
author | simonmar <unknown> | 2005-12-13 12:18:51 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-12-13 12:18:51 +0000 |
commit | 6dca3dad360cf43afe0028b14edf930604fec235 (patch) | |
tree | e452cf45fecddf5b72afab6841f86a0da84c1138 /ghc/compiler/utils | |
parent | fd5a12e7f7c1bd928bc308dc9a3bc29593f74c0d (diff) | |
download | haskell-6dca3dad360cf43afe0028b14edf930604fec235.tar.gz |
[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.
Diffstat (limited to 'ghc/compiler/utils')
-rw-r--r-- | ghc/compiler/utils/Panic.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/utils/Panic.lhs b/ghc/compiler/utils/Panic.lhs index 7ad2e5a5c0..3d5cf1707c 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 |