[project @ 2001-04-06 10:53:08 by sewardj]
[ghc-hetmet.git] / ghc / ANNOUNCE
1
2     The (Interactive) Glasgow Haskell Compiler -- version 5.00
3    ============================================================
4
5 We are pleased to announce a new major release of the Glasgow Haskell
6 Compiler (GHC), version 5.00.  The source distribution is freely
7 available via the World-Wide Web and through anon. FTP, under a
8 BSD-style license.  See below for download details.  Pre-built
9 packages for Linux, FreeBSD, Solaris and Win32 are also available.
10
11 Haskell is a standard lazy functional programming language; the
12 current language version is Haskell 98, agreed in December 1998.
13
14 GHC is a state-of-the-art programming suite for Haskell.  Included is
15 an optimising compiler generating good code for a variety of
16 platforms, together with an interactive system for convenient, quick
17 development.  The distribution includes space and time profiling
18 facilities, a large collection of libraries, and support for various
19 language extensions, including concurrency, exceptions, and foreign
20 language interfaces (C, C++, whatever).
21
22 A wide variety of Haskell related resources (tutorials, libraries,
23 specifications, documentation, compilers, interpreters, references,
24 contact information, links to research groups) are available from the
25 Haskell home page at
26
27         http://www.haskell.org/
28
29 GHC's Web page lives at
30
31         http://www.haskell.org/ghc/
32
33
34
35  What's new
36 ============
37
38 5.00 has been majorly revamped since the previous stable version, 4.08.2.
39 This should be a stable release.  Major changes since 4.08.2 are:
40
41    - An interactive system, similar in style to Hugs.  You can interactively
42      load and unload modules, run expressions, ask the types of things.
43      Module dependencies are tracked and chased automatically.
44      Combinations of compiled and interpreted modules may be used.
45      All the GHC libraries are available in interactive mode, as are
46      most of the Glasgow extensions to Haskell 98.  Compilation in
47      interactive mode is fast enough to be useful.
48
49    - Batch compilation of multiple modules at once, with automatic
50      dependency chasing.  For large programs this can halve compilation
51      times, and removes the need for Makefiles.
52
53    - Enhanced package (library) management system.  Packages may be
54      installed and removed from an installation using the ghc-pkg tool.
55
56    - Initial Unicode support - the Char type is now 31 bits.
57
58    - Sparc native code generator, giving much faster compilation on sparcs.
59      (Native code generation for x86s has been available for a while).
60
61    - Improved heap profiling - you can restrict heap profiles
62      by type, closure description, cost centre, and module.
63
64    - Support for the latest Foreign Function Interface (FFI)
65      proposals.  Marcin Kowalczyk's hsc2hs tool is included.
66
67    - A language extension: parallel list comprehensions.
68
69    - The usual vast stack of bug fixes.  Most reported bugs have been
70      fixed.
71
72 For full details see the release notes:
73
74         http://www.haskell.org/ghc/docs/5.00/set/release-5-00.html
75
76
77
78  How to get it
79 ===============
80
81 The easy way is to go to the WWW page, which should be
82 self-explanatory:
83
84         http://www.haskell.org/ghc/
85
86 We supply binary builds in .rpm/.deb form for all you Linux junkies
87 out there, and in InstallShield form for Windows folks.  Everybody
88 else gets a .tar.gz which can be installed where you want.
89
90 Once you have the distribution, please follow the pointers in the
91 README file to find all of the documentation about this release.
92
93
94
95  On-line GHC-related resources
96 ===============================
97
98 Relevant URLs on the World-Wide Web:
99
100 GHC home page             http://www.haskell.org/ghc/
101 Haskell home page         http://www.haskell.org/
102 comp.lang.functional FAQ  http://www.cs.nott.ac.uk/~gmh/faq.html
103
104
105
106  System requirements
107 =====================
108
109 To compile programs with GHC, you need a machine with 32+MB memory, GNU C
110 and perl. This release is known to work on the following platforms:
111
112   * i386-unknown-{linux,freebsd,mingw32}
113   * sparc-sun-solaris2
114
115 Ports to the following platforms should be relatively easy (for a
116 wunderhacker), but haven't been tested due to lack of time/hardware:
117
118   * hppa1.1-hp-hpux{9,10}
119   * i386-unknown-solaris2
120   * alpha-dec-osf{2,3}
121   * mips-sgi-irix{5,6}
122   * {rs6000,powerpc}-ibm-aix
123
124 The builder's guide included in distribution gives a complete
125 run-down of what ports work; an on-line version can be found at
126
127    http://www.haskell.org/ghc/docs/5.00/building/building-guide.html
128
129
130
131  Mailing lists
132 ===============
133
134 We run mailing lists for GHC users and bug reports; to subscribe, use
135 the web interfaces at
136
137         http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
138         http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
139
140 There are several other haskell and ghc-related mailing lists on
141 www.haskell.org; for the full list, see
142
143         http://www.haskell.org/mailman/listinfo/
144
145 Please send bug reports about GHC to glasgow-haskell-bugs@haskell.org;
146 GHC users hang out on glasgow-haskell-users@haskell.org.  Bleeding
147 edge CVS users party on cvs-ghc@haskell.org.