[project @ 2001-04-23 13:33:22 by simonmar]
[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 (to bytecode) is about three times faster than
48      compiling to object code.
49
50    - Batch compilation of multiple modules at once, with automatic
51      dependency chasing.  For large programs this can halve compilation
52      times, and removes the need for Makefiles.
53
54    - Enhanced package (library) management system.  Packages may be
55      installed and removed from an installation using the ghc-pkg tool.
56
57    - Initial Unicode support - the Char type is now 31 bits.
58
59    - Sparc native code generator, giving much faster compilation on sparcs.
60      (Native code generation for x86s has been available for a while).
61
62    - Improved heap profiling - you can restrict heap profiles
63      by type, closure description, cost centre, and module.
64
65    - Support for the latest Foreign Function Interface (FFI)
66      proposals.  Marcin Kowalczyk's hsc2hs tool is included.
67
68    - Language extensions: parallel list comprehensions and functional
69      dependencies.
70
71    - The usual huge collection of bug fixes.  Most reported bugs have
72      been fixed.
73
74 For full details see the release notes:
75
76         http://www.haskell.org/ghc/docs/5.00/set/release-5-00.html
77
78
79
80  How to get it
81 ===============
82
83 The easy way is to go to the WWW page, which should be
84 self-explanatory:
85
86         http://www.haskell.org/ghc/
87
88 We supply binary builds in the native package format for various
89 flavours of Linux and BSD, and in InstallShield form for Windows
90 folks.  Everybody else gets a .tar.gz which can be installed where you
91 want.
92
93 Once you have the distribution, please follow the pointers in the
94 README file to find all of the documentation about this release.
95
96
97
98  On-line GHC-related resources
99 ===============================
100
101 Relevant URLs on the World-Wide Web:
102
103 GHC home page             http://www.haskell.org/ghc/
104 Haskell home page         http://www.haskell.org/
105 comp.lang.functional FAQ  http://www.cs.nott.ac.uk/~gmh/faq.html
106
107
108
109  System requirements
110 =====================
111
112 To compile programs with GHC, you need a machine with 32+MB memory, GNU C
113 and perl. This release is known to work on the following platforms:
114
115   * i386-unknown-{linux,freebsd,mingw32}
116   * sparc-sun-solaris2
117
118 Ports to the following platforms should be relatively easy (for a
119 wunderhacker), but haven't been tested due to lack of time/hardware:
120
121   * hppa1.1-hp-hpux{9,10}
122   * i386-unknown-solaris2
123   * alpha-dec-osf{2,3}
124   * mips-sgi-irix{5,6}
125   * {rs6000,powerpc}-ibm-aix
126
127 The builder's guide included in distribution gives a complete
128 run-down of what ports work; an on-line version can be found at
129
130    http://www.haskell.org/ghc/docs/5.00/building/building-guide.html
131
132
133
134  Mailing lists
135 ===============
136
137 We run mailing lists for GHC users and bug reports; to subscribe, use
138 the web interfaces at
139
140         http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
141         http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
142
143 There are several other haskell and ghc-related mailing lists on
144 www.haskell.org; for the full list, see
145
146         http://www.haskell.org/mailman/listinfo/
147
148 Please send bug reports about GHC to glasgow-haskell-bugs@haskell.org;
149 GHC users hang out on glasgow-haskell-users@haskell.org.  Bleeding
150 edge CVS users party on cvs-ghc@haskell.org.