diff --git a/ghc/ANNOUNCE b/ghc/ANNOUNCE index a94edc2e175f8a23b5e0b7dce2194901b033ab2b..69b1580d4eee23b804475bee429ebbb8f16d12fc 100644 --- a/ghc/ANNOUNCE +++ b/ghc/ANNOUNCE @@ -46,12 +46,12 @@ available from the web page. ================ We run mailing lists for GHC users and bug reports; to subscribe, send -mail to majordomo@dcs.gla.ac.uk; the msg body should be: +mail to majordomo@haskell.org; the msg body should be: subscribe glasgow-haskell-<which> Your Name <your-email@where.you.are> -Please send bug reports about GHC to glasgow-haskell-bugs@dcs.gla.ac.uk ; GHC -users hang out on glasgow-haskell-users@dcs.gla.ac.uk +Please send bug reports about GHC to glasgow-haskell-bugs@haskell.org ; GHC +users hang out on glasgow-haskell-users@haskell.org + On-line GHC-related resources diff --git a/ghc/README b/ghc/README index bab25f92ffb732b954cb798e38833abefbf83c45..44f852c393224287ed48a1c9ca0e3f276b4ee79d 100644 --- a/ghc/README +++ b/ghc/README @@ -81,14 +81,14 @@ Simon's projects' acronyms: AQUA ('93- ): Declarative systems architecture: a quantitative approach E-mail contacts: - glasgow-haskell-bugs@dcs.gla.ac.uk (bug reports mailing list) - glasgow-haskell-users@dcs.gla.ac.uk (users' mailing list) + glasgow-haskell-bugs@haskell.org (bug reports mailing list) + glasgow-haskell-users@haskell.org (users' mailing list) -Send mail to majordomo@dcs.gla.ac.uk with 'help' in the body of the +Send mail to majordomo@haskell.org with 'help' in the body of the message for information on joining/leaving either of these mailing lists. -Anonymous FTP site: ftp://ftp.dcs.gla.ac.uk:pub/haskell/glasgow. +Anonymous FTP site: ftp://ftp.dcs.gla.ac.uk/pub/haskell/glasgow. Mostly mirrored by ftp.cs.chalmers.se and haskell.org (same directory). Also: sunsite.doc.ic.ac.uk, in computing/programming/languages/haskell/glasgow/. diff --git a/ghc/compiler/parser/hschooks.c b/ghc/compiler/parser/hschooks.c index a2cc2e4e501a426e3fecd130f78f3df7c1ce2380..b44c04966bb1b8509f45b8ea360f4d962789cdc7 100644 --- a/ghc/compiler/parser/hschooks.c +++ b/ghc/compiler/parser/hschooks.c @@ -22,7 +22,7 @@ ErrorHdrHook (long fd) void PatErrorHdrHook (long fd) { - const char msg[]="\n*** Pattern-matching error within GHC!\n\nThis is a compiler bug; please report it to glasgow-haskell-bugs@dcs.gla.ac.uk.\n\nFail:"; + const char msg[]="\n*** Pattern-matching error within GHC!\n\nThis is a compiler bug; please report it to glasgow-haskell-bugs@haskell.org.\n\nFail:"; write(fd,msg,sizeof(msg)-1); } @@ -53,7 +53,7 @@ ErrorHdrHook (FILE *where) void PatErrorHdrHook (FILE *where) { - fprintf(where, "\n*** Pattern-matching error within GHC!\n\nThis is a compiler bug; please report it to glasgow-haskell-bugs@dcs.gla.ac.uk.\n\nFail: "); + fprintf(where, "\n*** Pattern-matching error within GHC!\n\nThis is a compiler bug; please report it to glasgow-haskell-bugs@haskell.org.\n\nFail: "); } void diff --git a/ghc/compiler/utils/Panic.lhs b/ghc/compiler/utils/Panic.lhs index 2c226999b1d351beccf89a8eec0755e06599a5a9..907d8aa46361bd35cd718dbebac74de599651212 100644 --- a/ghc/compiler/utils/Panic.lhs +++ b/ghc/compiler/utils/Panic.lhs @@ -21,7 +21,7 @@ panic :: String -> a panic x = error ("panic! (the `impossible' happened):\n\t" ++ x ++ "\n\n" ++ "Please report it as a compiler bug " - ++ "to glasgow-haskell-bugs@dcs.gla.ac.uk.\n\n" ) + ++ "to glasgow-haskell-bugs@haskell.org.\n\n" ) -- #-versions because panic can't return an unboxed int, and that's -- what TAG_ is with GHC at the moment. Ugh. (Simon) diff --git a/ghc/docs/users_guide/gone_wrong.vsgml b/ghc/docs/users_guide/gone_wrong.vsgml index 8bf7670a7e07b27ce24c36d07a2ce7d8fe81df77..df056931fb7f7a3d37727ad6cade4ec874924483 100644 --- a/ghc/docs/users_guide/gone_wrong.vsgml +++ b/ghc/docs/users_guide/gone_wrong.vsgml @@ -218,8 +218,8 @@ exception (please report it if it does). Glasgow Haskell is a changing system so there are sure to be bugs in it. Please report them to <htmlurl -name="glasgow-haskell-bugs@@dcs.gla.ac.uk" -url="mailto:glasgow-haskell-bugs@@dcs.gla.ac.uk">! (However, please +name="glasgow-haskell-bugs@@haskell.org" +url="mailto:glasgow-haskell-bugs@@haskell.org">! (However, please check the earlier part of this section to be sure it's not a known not-really-a problem.) diff --git a/ghc/docs/users_guide/intro.vsgml b/ghc/docs/users_guide/intro.vsgml index f4315b6d531366861ffd9a8abd5c134eed616f90..3f6e89521c471107d739a7ff0e6a471e26c1982c 100644 --- a/ghc/docs/users_guide/intro.vsgml +++ b/ghc/docs/users_guide/intro.vsgml @@ -162,7 +162,7 @@ On the World-Wide Web, there are several URLs of likely interest: <itemize> <item> <url name="Haskell home page" url="http://haskell.org/"> -<item> <url name="GHC home page" url="http://www.dcs.gla.ac.uk/fp/software/ghc/"> +<item> <url name="GHC home page" url="http://research.microsoft.com/users/t-simonm/ghc/"> <item> <url name="Glasgow FP group page" url="http://www.dcs.gla.ac.uk/fp/"> <item> <url name="comp.lang.functional FAQ" url="http://www.cs.nott.ac.uk/Department/Staff/mpj/faq.html"> </itemize> @@ -175,8 +175,8 @@ join, as you feel is appropriate. <tag>glasgow-haskell-users:</tag> This list is for GHC users to chat among themselves. Subscribe by -sending mail to <htmlurl name="majordomo@@dcs.gla.ac.uk" -url="mailto:majordomo@@dcs.gla.ac.uk">, with a message body (not +sending mail to <htmlurl name="majordomo@@haskell.org" +url="mailto:majordomo@@haskell.org">, with a message body (not header) like this: <tscreen><verb> @@ -186,12 +186,12 @@ subscribe glasgow-haskell-users MyName <m.y.self@@bigbucks.com> (The last bit is your all-important e-mail address, of course.) To communicate with your fellow users, send mail to <url -name="glasgow-haskell-users@@dcs.gla.ac.uk" -url="mailto:glasgow-haskell-users@@dcs.gla.ac.uk">. +name="glasgow-haskell-users@@haskell.org" +url="mailto:glasgow-haskell-users@@haskell.org">. To contact the list administrator, send mail to <htmlurl -name="glasgow-haskell-users-request@@dcs.gla.ac.uk" -url="mailto:glasgow-haskell-users-request@@dcs.gla.ac.uk">. An archive +name="glasgow-haskell-users-request@@haskell.org" +url="mailto:glasgow-haskell-users-request@@haskell.org">. An archive of the list is available on the Web: <url name="glasgow-haskell-users mailing list archive" url="http://www.dcs.gla.ac.uk/mail-www/glasgow-haskell-users">. @@ -201,16 +201,16 @@ Send bug reports for GHC to this address! The sad and lonely people who subscribe to this list will muse upon what's wrong and what you might do about it. -Subscribe via <htmlurl name="majordomo@@dcs.gla.ac.uk" -url="mailto:majordomo@@dcs.gla.ac.uk"> with: +Subscribe via <htmlurl name="majordomo@@haskell.org" +url="mailto:majordomo@@haskell.org"> with: <tscreen><verb> subscribe glasgow-haskell-bugs My Name <m.y.self@@hackers.r.us> </verb></tscreen> Again, you may contact the list administrator at <htmlurl -name="glasgow-haskell-bugs-request@@dcs.gla.ac.uk" -url="mailto:glasgow-haskell-bugs-request@@dcs.gla.ac.uk">. +name="glasgow-haskell-bugs-request@@haskell.org" +url="mailto:glasgow-haskell-bugs-request@@haskell.org">. And, yes, an archive of the list is available on the Web at: : <url name="glasgow-haskell-bugs mailing list archive" url="http://www.dcs.gla.ac.uk/mail-www/glasgow-haskell-bugs"> diff --git a/ghc/docs/users_guide/runtime_control.vsgml b/ghc/docs/users_guide/runtime_control.vsgml index baea188e014263109203694b5585aada917e488d..1ab72dc6836f6b8a5164a4ee5d607d58e4510a64 100644 --- a/ghc/docs/users_guide/runtime_control.vsgml +++ b/ghc/docs/users_guide/runtime_control.vsgml @@ -384,7 +384,7 @@ PatErrorHdrHook (FILE *where) { fprintf(where, "\n*** Pattern-matching error within GHC!\n\n This is a compiler bug; please report it to - glasgow-haskell-bugs@dcs.gla.ac.uk.\n\nFail: "); + glasgow-haskell-bugs@haskell.org.\n\nFail: "); } void diff --git a/ghc/docs/users_guide/users_guide.vsgml b/ghc/docs/users_guide/users_guide.vsgml index 4139992813a06a7d40d9b954051ac19425ef774a..ad3563b921191d7da5a37ed3ae2187d7750c8900 100644 --- a/ghc/docs/users_guide/users_guide.vsgml +++ b/ghc/docs/users_guide/users_guide.vsgml @@ -22,7 +22,7 @@ <title>The Glasgow Haskell Compiler User's Guide, Version~4.03 <author>The GHC Team, -Email: @glasgow-haskell-{bugs,users}-request@@dcs.gla.ac.uk@ +Email: @glasgow-haskell-{bugs,users}-request@@haskell.org@ <toc> &intro diff --git a/ghc/lib/misc/Util.lhs b/ghc/lib/misc/Util.lhs index 6a9ce84c7f0a3a4d1e1ec6b3e29013ea19916d3b..cc48510c3502f2a8bee510e9331b9067f395ae90 100644 --- a/ghc/lib/misc/Util.lhs +++ b/ghc/lib/misc/Util.lhs @@ -781,7 +781,7 @@ unzipWith f pairs = map ( \ (a, b) -> f a b ) pairs panic x = error ("panic! (the `impossible' happened):\n\t" ++ x ++ "\n\n" ++ "Please report it as a compiler bug " - ++ "to glasgow-haskell-bugs@dcs.gla.ac.uk.\n\n" ) + ++ "to glasgow-haskell-bugs@haskell.org.\n\n" ) pprPanic heading pretty_msg = panic (heading++(ppShow 80 pretty_msg)) pprError heading pretty_msg = error (heading++(ppShow 80 pretty_msg))