diff options
author | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2019-04-10 12:17:03 +0300 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-04-11 19:57:38 -0400 |
commit | fa0ccbb8731e3a44dba130e835ce2a5da994c66c (patch) | |
tree | 80811cdca02f8ddf384dfb41d01ffcc17aaa1c6f /compiler/ghci | |
parent | 091195a49c29a4f81b7e8ffb1e5136f15077c3db (diff) | |
download | haskell-fa0ccbb8731e3a44dba130e835ce2a5da994c66c.tar.gz |
Update a panic message
Point users to the right URL
Diffstat (limited to 'compiler/ghci')
-rw-r--r-- | compiler/ghci/ByteCodeLink.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/ghci/ByteCodeLink.hs b/compiler/ghci/ByteCodeLink.hs index f2a368ba5c..9138d1c125 100644 --- a/compiler/ghci/ByteCodeLink.hs +++ b/compiler/ghci/ByteCodeLink.hs @@ -154,8 +154,8 @@ linkFail who what , "the missing library using the -L/path/to/object/dir and -lmissinglibname" , "flags, or simply by naming the relevant files on the GHCi command line." , "Alternatively, this link failure might indicate a bug in GHCi." - , "If you suspect the latter, please send a bug report to:" - , " glasgow-haskell-bugs@haskell.org" + , "If you suspect the latter, please report this as a GHC bug:" + , " https://www.haskell.org/ghc/reportabug" ]) |