remove empty dir
[ghc-hetmet.git] / ghc / README
1 The Glasgow Haskell Compiler
2 ============================
3
4 (this file is fptools/ghc/README in a source distribution, and
5 fptools/README in a binary distribution).
6
7 GHC is a batch compiler for Haskell 98.  See the file ANNOUNCE for
8 information on the current version.
9
10 Haskell is "the" standard lazy functional programming language.
11 Haskell 98 is the current version of the language, released in
12 December 1998.  The language definition is on the Web at
13 http://www.haskell.org/definition/.
14
15 More information on GHC can be found on its web page
16
17         http://www.haskell.org/ghc/
18
19 Documentation
20 =============
21
22 In a binary distribution, pre-formatted documentation can be found in
23 the html and ps directories.  Pre-formatted HTML documentation is also
24 available on the GHC web page.
25
26 In a source distribution, the unformatted (DocBook XML) documentation
27 is in the following places:
28
29   * fptools/ghc/docs/users_guide  Users' Guide.
30   * fptools/hslibs/doc/hslibs     Library documentation.
31   * fptools/docs                  Build System Guide.
32
33 We welcome your comments and suggestions about this software!  Please
34 do not suffer or grumble in silence.  The "bug reports" section of the
35 User's Guide says what we would like to know when you report a
36 problem.
37
38 Mailing Lists
39 =============
40
41     glasgow-haskell-bugs@haskell.org     (bug reports mailing list)
42     glasgow-haskell-users@haskell.org    (users' mailing list)
43     cvs-ghc@haskell.org                  (developers & bleeding-edge users list)
44
45     subscribe at http://www.haskell.org/mailman/listinfo/
46
47 Contributors
48 =============
49
50 Please see
51   
52    http://www.haskell.org/ghc/contributors.html
53