[project @ 1996-01-08 20:28:12 by partain]
[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.glasgow.ac.uk> is the ringleader
4 of this effort.  The tools are:
5
6     ghc         the Glasgow Haskell compilation system
7     haggis      the Haggis GUI toolkit
8     happy       the Happy Haskell parser generator
9     nofib       the NoFib Haskell benchmarking suite
10     literate    the Glasgow "literate programming" system
11     mkworld     configuration system (derived from X11 imake)
12     glafp-utils shared utility programs
13
14 The "literate" stuff is usually distributed *with* other systems, but
15 not necessarily.  Components which are always part of a distribution
16 (never stand-alone) are "glafp-utils" and "mkworld" (a configuration
17 system).
18
19 There is usually an ANNOUNCE* file with any distribution.  Please
20 consult that, or the <piece>/README file, to find out how to proceed.