X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fintro.xml;h=e219f9020cacf04b175e55e58790e81d7980b68d;hb=00f0ddf53c25522ba9287c4bdc133cafccb2fe6b;hp=ce6ac0f63c98b7e8e0ecbadfbe9d71717d53c85a;hpb=bf634fb9f30098052e637ed063f7f055ad15bcad;p=ghc-hetmet.git diff --git a/docs/users_guide/intro.xml b/docs/users_guide/intro.xml index ce6ac0f..e219f90 100644 --- a/docs/users_guide/intro.xml +++ b/docs/users_guide/intro.xml @@ -35,7 +35,7 @@ possible while not making too much effort to optimise the generated code (although GHC probably isn't what you'd describe as a fast compiler :-). - + GHC's profiling system supports “cost centre stacks”: a way of seeing the profile of a Haskell program in a call-graph like structure. See for more @@ -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. @@ -82,7 +92,7 @@ This list is for GHC users to chat among themselves. If you have a specific question about GHC, please check the FAQ + url="http://www.haskell.org/haskellwiki/GHC/FAQ">FAQ first. @@ -94,7 +104,7 @@ - subscribe at: + subscribe at: http://www.haskell.org/mailman/listinfo/glasgow-haskell-users. @@ -120,15 +130,55 @@ + 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 - also gets commit message from the CVS repository. There are - several other similar lists for other parts of the CVS - repository (eg. cvs-hslibs, - cvs-happy, cvs-hdirect - etc.) - + also gets commit message from the GHC darcs repository. There are + other lists for other darcs + repositories (most notably cvs-libraries). + + list email address: @@ -138,7 +188,7 @@ - subscribe at: + subscribe at: http://www.haskell.org/mailman/listinfo/cvs-ghc. @@ -223,7 +273,7 @@ - + Stable snapshots @@ -288,7 +338,7 @@ - + The version number of your copy of GHC can be found by invoking ghc with the ––version flag (see -&relnotes; +&relnotes1;