X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fintro.xml;h=e219f9020cacf04b175e55e58790e81d7980b68d;hb=2c8aabcad1d2f2c469cb8a10afa7b66beeaedd45;hp=dce6ec4626ca0c5fb351ccccbb674e3d9b525401;hpb=db161a60f27ce4d39fc86bf626ca0f0fbb441606;p=ghc-hetmet.git diff --git a/docs/users_guide/intro.xml b/docs/users_guide/intro.xml index dce6ec4..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. @@ -94,7 +104,7 @@ - subscribe at: + subscribe at: http://www.haskell.org/mailman/listinfo/glasgow-haskell-users. @@ -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 @@ -127,7 +178,7 @@ other lists for other darcs repositories (most notably cvs-libraries). - + list email address: @@ -137,7 +188,7 @@ - subscribe at: + subscribe at: http://www.haskell.org/mailman/listinfo/cvs-ghc. @@ -222,7 +273,7 @@ - + Stable snapshots @@ -287,7 +338,7 @@ - + The version number of your copy of GHC can be found by invoking ghc with the ––version flag (see