[project @ 1999-04-27 17:26:09 by keithw]
[ghc-hetmet.git] / ghc / ANNOUNCE
1              The Glasgow Haskell Compiler -- version 4.02
2             ==============================================
3
4 We are pleased to announce a new release of the Glasgow Haskell
5 Compiler (GHC), version 4.02.  The source distribution is freely
6 available via the World-Wide Web and through anon. FTP; details below.
7
8 Haskell is "the" standard lazy functional programming language; the
9 current language version is Haskell 98, agreed in December 1998.
10 Haskell related information is available from the Haskell home page at
11
12         http://haskell.org/
13
14 GHC has a new Web page; point your browser at
15
16         http://research.microsoft.com/users/t-simonm/ghc/
17
18 + What's new
19 =============
20
21 GHC 4.02 fixes several bugs in 4.01 and adds the following major features:
22
23         * Full Haskell 98 language support,
24
25         * Scoped type variables,
26
27         * Better warnings for unused variables,
28
29         * A new generational garbage collector.
30
31 The following things have not been fixed yet:
32
33         * The native code generator is still flaky, and is turned off by
34           default for the time being.
35
36         * The profiler is still flaky.
37
38 See the release notes for full details:
39
40         http://research.microsoft.com/users/t-simonm/ghc/Docs/latest/users_guide/users_guide-1.html#ss1.4
41
42 A source distribution and binaries for common architectures are
43 available from the web page.
44
45 + Mailing lists
46 ================
47
48 We run mailing lists for GHC users and bug reports; to subscribe, send
49 mail to majordomo@haskell.org; the msg body should be:
50
51     subscribe glasgow-haskell-<which> Your Name <your-email@where.you.are>
52
53 Please send bug reports about GHC to glasgow-haskell-bugs@haskell.org ; GHC
54 users hang out on glasgow-haskell-users@haskell.org
55
56
57 + On-line GHC-related resources
58 ================================
59
60 Relevant URLs on the World-Wide Web:
61
62 GHC home page             http://research.microsoft.com/users/t-simonm/ghc/
63 Haskell home page         http://haskell.org/
64 comp.lang.functional FAQ  http://www.cs.nott.ac.uk/Department/Staff/mpj/faq.html
65
66
67 + How to get it
68 ================
69
70 The easy way is to go to the WWW page, which should be
71 self-explanatory:
72
73         http://research.microsoft.com/users/t-simonm/ghc/
74
75 Once you have the distribution, please follow the pointers in the
76 README file to find all of the documentation about this release.  NB:
77 preserve modification times when un-tarring the files (no `m' option
78 for tar, please)!
79
80
81 + System requirements
82 ======================
83
84 To compile up this source-only release, you need a machine with 32+MB
85 memory, GNU C (`gcc'), `perl' plus a version of GHC installed (version
86 2.10 at least, 3.02 recommended).  This release is known to work on
87 the following platforms:
88
89   * i386-unknown-{linux,solaris2,freebsd,cygwin32}
90   * sparc-sun-{sunos4,solaris2}
91
92 Ports to the following platforms should be relatively easy, but
93 haven't been tested due to lack of time/hardware:
94
95   * alpha-dec-osf{2,3}
96   * hppa1.1-hp-hpux{9,10}
97   * mips-sgi-irix{5,6}
98   * {rs6000,powerpc}-ibm-aix
99
100 The installer's guide included in distribution gives a complete
101 run-down of what-ports-work; an on-line version can be found at
102
103    http://research.microsoft.com/users/t-simonm/ghc/Docs/latest/installation_guide/installing.html