summaryrefslogtreecommitdiff
path: root/ghc/README
blob: e5a9a6960dd866773c95c9d9e6052767e5e208de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
The Glasgow Haskell Compiler
============================

(this file is fptools/ghc/README in a source distribution, and
fptools/README in a binary distribution).

GHC is a batch compiler for Haskell 98.  See the file ANNOUNCE for
information on the current version.

Haskell is "the" standard lazy functional programming language.
Haskell 98 is the current version of the language, released in
December 1998.  The language definition is on the Web at
http://www.haskell.org/definition/.

More information on GHC can be found on its web page

	http://www.haskell.org/ghc/

Documentation
=============

In a binary distribution, pre-formatted documentation can be found in
the html and ps directories.  Pre-formatted HTML documentation is also
available on the GHC web page.

In a source distribution, the unformatted (DocBook XML) documentation
is in the following places:

  * fptools/ghc/docs/users_guide  Users' Guide.
  * fptools/hslibs/doc/hslibs	  Library documentation.
  * fptools/docs  		  Build System Guide.

We welcome your comments and suggestions about this software!  Please
do not suffer or grumble in silence.  The "bug reports" section of the
User's Guide says what we would like to know when you report a
problem.

Mailing Lists
=============

    glasgow-haskell-bugs@haskell.org	 (bug reports mailing list)
    glasgow-haskell-users@haskell.org	 (users' mailing list)
    cvs-ghc@haskell.org			 (developers & bleeding-edge users list)

    subscribe at http://www.haskell.org/mailman/listinfo/

Contributors
=============

Please see
  
   http://www.haskell.org/ghc/contributors.html