[project @ 1999-04-27 17:26:09 by keithw]
authorkeithw <unknown>
Tue, 27 Apr 1999 17:26:15 +0000 (17:26 +0000)
committerkeithw <unknown>
Tue, 27 Apr 1999 17:26:15 +0000 (17:26 +0000)
glasgow-haskell-{bugs,users} has moved.

ghc/ANNOUNCE
ghc/README
ghc/compiler/parser/hschooks.c
ghc/compiler/utils/Panic.lhs
ghc/docs/users_guide/gone_wrong.vsgml
ghc/docs/users_guide/intro.vsgml
ghc/docs/users_guide/runtime_control.vsgml
ghc/docs/users_guide/users_guide.vsgml
ghc/lib/misc/Util.lhs

index a94edc2..69b1580 100644 (file)
@@ -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
index bab25f9..44f852c 100644 (file)
@@ -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/.
index a2cc2e4..b44c049 100644 (file)
@@ -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
index 2c22699..907d8aa 100644 (file)
@@ -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)
index 8bf7670..df05693 100644 (file)
@@ -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.)
 
index f4315b6..3f6e895 100644 (file)
@@ -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">
index baea188..1ab72dc 100644 (file)
@@ -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
index 4139992..ad3563b 100644 (file)
@@ -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
index 6a9ce84..cc48510 100644 (file)
@@ -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))