Difference between revisions of "GHC/Documentation"
From HaskellWiki
< GHC
m |
|||
Line 35: | Line 35: | ||
* Notes about [[GHC:concurrency|concurrent programming in GHC]] | * Notes about [[GHC:concurrency|concurrent programming in GHC]] | ||
* Notes about [http://www.haskell.org/hawiki/TemplateHaskell Template Haskell]. (NB: this is still in Hawiki. Can someone move it to HaskellWiki please?) | * Notes about [http://www.haskell.org/hawiki/TemplateHaskell Template Haskell]. (NB: this is still in Hawiki. Can someone move it to HaskellWiki please?) | ||
+ | |||
+ | ---- |
Revision as of 10:50, 20 January 2006
GHC Documentation
The documentation below relates to using GHC. For documentation about the internals of GHC, head over to the GHC Developer Wiki.
These documents relate to the latest version of GHC. For earlier versions click the relevant version on the downloads page.
- The User's Guide
- The User's Guide has all you need to know about using GHC: command line options, language extensions, GHCi, etc.
- Download: | HTML.tar.gz | PDF | A4 Postscript (gzipped) |
- Hierarchical Libraries
- Documentation for the hierarchical libraries that come with GHC.
- Download: | HTML.tar.gz |
- FAQ
- Frequently asked questions, please edit!
- Cabal
- An infrastructure for building and distributing Haskell software.
- Download: | HTML.tar.gz | PDF | A4 Postscript (gzipped) |
- (Old) Haskell Libraries
- Previous versions of GHC (before version 5.04) came with a suite of libraries known as hslibs, aka the Hugs-GHC libraries. As we are in the process of moving towards using hierarchical libraries for everything, many of these libraries have moved over to the new packages in the hierarchical libraries above. We still provide the old hslibs libraries for backwards compatibility and also for those libraries which have yet to move into the hierarchy. For libraries which have moved, the documentation contains a pointer to the location in the new libraries. NOTE: These libraries are scheduled for removal in GHC 6.6. See also: Edison (part of hslibs/data).
- Download: | HTML.tar.gz | PDF | A4 Postscript (gzipped) |
- GHC Building Guide
- Information on how to build GHC from sources, access the CVS repository, and port GHC to a new platform.
- Download: | HTML.tar.gz | PDF | A4 Postscript (gzipped) |
Collaborative documentation
GHC is a big system. We try to document the core functionality (above), but you can help by writing documentation yourself. This section collects documentation written in a collaborative way, by users and developers together. Please help by adding new sections, and by clarifying and improving existing ones. The FAQ above is also freely editable, so please improve that too.
- Notes about using GHC as a library
- Notes about concurrent programming in GHC
- Notes about Template Haskell. (NB: this is still in Hawiki. Can someone move it to HaskellWiki please?)