1 Herein are bits of documentation for, or related to, the Glorious
2 Glasgow Haskell compilation system. Unless specified otherwise, they
3 are nestled in the ghc/docs directory of the distribution.
6 A step-by-step guide on how to configure, build, and install
10 The User's Guide for the system. Describes how to "drive" the
11 system, how to deal with common problems, how to use the
12 profiling tools, what is Known to be Broken, how to use the
13 Glasgow extensions, etc.
16 Release notes for the system. What's new in each release, and
17 what's coming Real Soon Now.
20 "GHC prelude: types and operations", an addendum to the Peyton
21 Jones/Launchbury "state" paper, is the definitive reference
22 (bar the compiler source :-) of GHC's lowest-level interfaces
23 (primitive ops, etc.).
26 User's guide for the GranSim parallel-machine simulator.
27 By Hans Wolfgang Loidl.
30 A *simple* introduction to the common use of monads in Haskell
31 programming. No fancy stuff whatsoever. By Will Partain.