7054beae68bca3529d86dfe748087f940cd3c287
[ghc-hetmet.git] / README
1 This is the root directory for functional-programming tools
2 distributed by the Computing Science Department at Glasgow University.
3 Simon Peyton Jones <simonpj@dcs.gla.ac.uk> is the ringleader of this
4 effort.  The tools are:
5
6     ghc         the Glasgow Haskell compilation system
7     hslibs      collection of Haskell libraries
8     haggis      the Haggis GUI toolkit
9     happy       the Happy Haskell parser generator
10     nofib       the NoFib Haskell benchmarking suite
11     literate    the Glasgow "literate programming" system
12     glafp-utils shared utility programs
13     mk          GNU make setup used by all the fptools
14     docs        documentation on the installing and using
15                 the fptools suite.
16
17 The "literate" stuff is usually distributed *with* other systems, but
18 not necessarily.  Components which are always part of a distribution
19 (never stand-alone) are "glafp-utils" and "mk" (a configuration
20 system).
21
22 There is usually an ANNOUNCE* file with any distribution.  Please
23 consult that, or the <piece>/README file, to find out how to proceed.