From: simonmar Date: Thu, 18 Jan 2001 14:53:10 +0000 (+0000) Subject: [project @ 2001-01-18 14:52:07 by simonmar] X-Git-Tag: Approximately_9120_patches~2856 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c9c3723729bb955f56d228607b120962cf7af618;p=ghc-hetmet.git [project @ 2001-01-18 14:52:07 by simonmar] update mailing-list info --- diff --git a/docs/cvs-cheat-sheet.html b/docs/cvs-cheat-sheet.html index 93e42c0..33f8aca 100644 --- a/docs/cvs-cheat-sheet.html +++ b/docs/cvs-cheat-sheet.html @@ -128,8 +128,9 @@ below.

For each directory, there's a mailing list: cvs-ghc, cvs-nofib etc. Everyone on the mailing list is sent a message automatically by CVS whenever someone checks in a change, this helps to keep track of what's going on when several people are - working on related stuff. To join any of these mailing lists, mail majordomo@haskell.org.

+ working on related stuff. To join any of these mailing lists, go to +http://www.haskell.org/mailman/listinfo/.

  • Create a .cvsrc file. Mine looks like this:
  •         checkout -P
             release -d
    diff --git a/ghc/README b/ghc/README
    index 63ff911..ea17eb7 100644
    --- a/ghc/README
    +++ b/ghc/README
    @@ -42,7 +42,7 @@ Mailing Lists
         glasgow-haskell-users@haskell.org	 (users' mailing list)
         cvs-ghc@haskell.org			 (developers & bleeding-edge users list)
     
    -    subscribe by sending mail to majordomo@haskell.org
    +    subscribe at http://www.haskell.org/mailman/listinfo/
     
     
     Current GHC team:
    @@ -100,7 +100,3 @@ Simon's projects' acronyms:
         GRIP  ('87-'90): Graph reduction in parallel
         GRASP ('90-'92): Graph reduction applications support project
         AQUA  ('93-   ): Declarative systems architecture: a quantitative approach
    -
    -Send mail to majordomo@haskell.org with 'help' in the body of the
    -message for information on joining/leaving either of these mailing
    -lists.