[project @ 1999-09-13 13:48:01 by simonmar]
[ghc-hetmet.git] / ghc / ANNOUNCE
1              The Glasgow Haskell Compiler -- version 4.04
2             ==============================================
3
4 We are pleased to announce a new release of the Glasgow Haskell
5 Compiler (GHC), version 4.04.  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://www.haskell.org/
13
14 GHC's Web page lives at
15
16         http://www.haskell.org/ghc/
17
18 + What's new
19 =============
20
21    - GHC is now officially Open Source, see the LICENSE file in the
22      distribution for details.
23
24    - Rewrite rules can be specified in the source using the RULES
25      pragma.  This is used for automatic fusion of common list functions.
26
27    - Performance tuning: compiled programs now allocate 30% less
28      and run 20% faster on average compared to GHC 4.02.
29
30    - GHC now uses a Happy parser instead of the old yacc/lex one.
31
32 For full details see the release notes:
33
34         http://www.haskell.org/ghc/docs/latest/users_guide/users_guide-1.html#ss1.4
35
36 + Mailing lists
37 ================
38
39 We run mailing lists for GHC users and bug reports; to subscribe, send
40 mail to majordomo@haskell.org; the msg body should be:
41
42     subscribe glasgow-haskell-<which> Your Name <your-email@where.you.are>
43
44 Please send bug reports about GHC to glasgow-haskell-bugs@haskell.org ; GHC
45 users hang out on glasgow-haskell-users@haskell.org
46
47
48 + On-line GHC-related resources
49 ================================
50
51 Relevant URLs on the World-Wide Web:
52
53 GHC home page             http://www.haskell.org/ghc/
54 Haskell home page         http://www.haskell.org/
55 comp.lang.functional FAQ  http://www.cs.nott.ac.uk/Department/Staff/mpj/faq.html
56
57
58 + How to get it
59 ================
60
61 The easy way is to go to the WWW page, which should be
62 self-explanatory:
63
64         http://www.haskell.org/ghc/
65
66 Once you have the distribution, please follow the pointers in the
67 README file to find all of the documentation about this release.  NB:
68 preserve modification times when un-tarring the files (no `m' option
69 for tar, please)!
70
71
72 + System requirements
73 ======================
74
75 To compile up this source-only release, you need a machine with 32+MB
76 memory, GNU C (`gcc'), `perl' plus a version of GHC installed (3.02 at
77 least).  This release is known to work on the following platforms:
78
79   * i386-unknown-{linux,solaris2,freebsd,cygwin32}
80   * sparc-sun-{sunos4,solaris2}
81   * hppa1.1-hp-hpux{9,10}
82
83 Ports to the following platforms should be relatively easy, but
84 haven't been tested due to lack of time/hardware:
85
86   * alpha-dec-osf{2,3}
87   * mips-sgi-irix{5,6}
88   * {rs6000,powerpc}-ibm-aix
89
90 The installer's guide included in distribution gives a complete
91 run-down of what-ports-work; an on-line version can be found at
92
93    http://www.haskell.org/ghc/docs/latest/installation_guide/installing.html