From 4f3c0ed55cb9629ffb7207ca204fa57172c68c33 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 1 Apr 2009 10:52:56 +0000 Subject: [PATCH] update the intro section --- docs/users_guide/intro.xml | 71 +++++++++++++++++++++++++++++++++++++------- 1 file changed, 61 insertions(+), 10 deletions(-) diff --git a/docs/users_guide/intro.xml b/docs/users_guide/intro.xml index dce6ec4..c9ff433 100644 --- a/docs/users_guide/intro.xml +++ b/docs/users_guide/intro.xml @@ -44,6 +44,22 @@ GHC comes with a number of libraries. These are described in separate documentation. + + Obtaining GHC + + Go to the GHC home + page and follow the "download" link to download GHC + for your platform. + + Alternatively, if you want to build GHC yourself, head on + over to the + GHC + Building Guide to find out how to get the sources, and + build it on your system. Note that GHC itself is written in + Haskell, so you will still need to install GHC in order to + build it. + + Meta-information: Web sites, mailing lists, etc. @@ -55,24 +71,18 @@ - Haskell home - page - - - GHC home page - comp.lang.functional - FAQ + GHC + Developers Home (developer documentation, wiki, and + bug tracker) - - We run the following mailing lists about Glasgow Haskell. + We run the following mailing lists about GHC. We encourage you to join, as you feel is appropriate. @@ -120,6 +130,47 @@ + glasgow-haskell-bugs: + + This list is for reporting and discussing GHC bugs. + However, please see before + posting here. + + + + list email address: + + glasgow-haskell-bugs@haskell.org + + + + + subscribe at: + + http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs. + + + + + admin email address: + + glasgow-haskell-bugs-admin@haskell.org + + + + + list archives: + + http://www.haskell.org/pipermail/glasgow-haskell-bugs/ + + + + + + + cvs-ghc: The hardcore GHC developers hang out here. This list -- 1.7.10.4