1 The Glasgow Haskell Compiler
2 ============================
4 (this file is fptools/ghc/README in a source distribution, and
5 fptools/README in a binary distribution).
7 GHC is a batch compiler for Haskell 98. See the file ANNOUNCE for
8 information on the current version.
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/.
15 More information on GHC can be found on its web page
17 http://www.haskell.org/ghc/
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.
26 In a source distribution, the unformatted (SGML) documentation is in
29 * fptools/ghc/docs/users_guide Users' Guide.
30 * fptools/hslibs/doc/hslibs Library documentation.
31 * fptools/docs Build System Guide.
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
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)
45 subscribe at http://www.haskell.org/mailman/listinfo/
52 Simon Peyton Jones <simonpj@microsoft.com> [our Fearless Leader]
53 Simon Marlow <simonmar@microsoft.com> [hired hand]
54 Julian Seward <v-julsew@microsoft.com> [hired hand]
55 Reuben Thomas <v-reubth@microsoft.com> [hired hand]
57 Additional Contributors (in alphabetical order):
59 Manuel Chakravarty <chak@cse.unsw.edu.au>
60 Sigbjorn Finne <sof@galois.com>
61 Kevin Glynn <keving@cs.mu.oz.au>
62 Jeff Lewis <lewie@galois.com>
63 Marcin Kowalczyk <qrczak@knm.org.pl>
64 Hans Wolfgang Lloidl <hwloidl@cee.hw.ac.uk>
65 Sven Panne <Sven.Panne@BetaResearch.de>
66 Ken Shan <ken@digitas.harvard.edu>
67 Keith Wansborough <Keith.Wansbrough@cl.cam.ac.uk>
68 Michael Weber <michael.weber@post.rwth-aachen.de>
70 Past contributors and/or continuing advisors (all @dcs.gla.ac.uk):
72 Juan Quintela (quintela)
73 Thomas Nordin (nordin) [@cse.ogi.edu; Green Card Hero]
74 Patrick Sansom (sansom) [hired hand, Bidirectional Analyses]
75 Phil Trinder (trinder) [hired hand, Parade]
76 Andy Gill (andy) [ex-PhD student; at Galois]
77 Cordy Hall (cvh) [GRASP]
78 Kevin Hammond (kh) [GRASP; at St. Andrews]
79 John Launchbury (jl) [AQUA; at OGI]
80 Jim Mattson (mattson) [hired hand, AQUA; HP]
81 Darren Moffat (moffatd) [slave, summer '95; at MoD]
82 Will Partain (partain) [GRASP/AQUA; touring with Johnny Cash]
83 Bryan O'Sullivan (bos) [visiting slave, summer '94; at Sun]
84 Alastair Reid (areid) [GHCI, STG/Hugs etc.]
85 Andr\'e Santos (andre) [PhD student; back in Brazil]
86 David N Turner (dnt) [Linear Types; at An-Teallach]
87 Phil Wadler (wadler) [GRASP; at Lucent]
89 And many others who've contributed bits of code / bug reports in the past.
91 Cool people who've let us use their machines:
93 sparc-sun-sunos{4,5} PacSoft, Oregon Graduate Institute
95 i386-unknown-linux Charles Krasic, Oregon Graduate Institute
97 i386-*-solaris2 Mark Fanty, CSLU, Oregon Graduate Institute
99 Also thanks to Conal Elliott, Microsoft Research for facilitating the work
100 on the Win32 port of GHC.
102 Simon's projects' acronyms:
103 GRIP ('87-'90): Graph reduction in parallel
104 GRASP ('90-'92): Graph reduction applications support project
105 AQUA ('93- ): Declarative systems architecture: a quantitative approach