[project @ 1998-11-26 09:17:22 by sof]
[ghc-hetmet.git] / ghc / docs / users_guide / 2-08-notes.vsgml
1 <sect1>Release notes for version~2.08---10/97
2 <label id="release-2-08">
3 <p>
4
5 GHC 2.08 is a minor upgrade of GHC 2.07, and is released as source only.  It represents work done through September '97.
6
7 Here's a list of the changes made since GHC 2.07:
8
9 <itemize>
10
11 <item> removed deforester from source tree, including the @{-# DEFOREST #-}@
12   pragma.  This stuff didn't work anymore, so there was no point
13   leaving it hanging around.  If someone wants to pick it up again,
14   the source can be checked out of the repository.
15
16 <item> documentation is now built automatically for binary distributions
17
18 <item> fixed several bugs affecting binary distributions.
19
20 <item> fixed bug in Regex.lhs causing random segmentation faults.
21
22 <item> a couple of changes to the simplifier means that binary sizes should
23   be (very slightly) smaller.
24
25 <item> fixed a problem with error messages not being as accurate as they used to 
26   be.
27
28 <item> fixed a problem with ticky-ticky profiling (symptom: compiling modules
29   with -ticky gave lots of parse errors from the C compiler).
30
31 <item> added support for @unmapMiddleStackPage@ on cygwin32.
32
33 <item> fixed a divide-by-zero problem in the GC statistics code.
34
35 </itemize>
36
37 The following changes were made to Happy:
38
39 <itemize>
40 <item> bug fixed in state generation.
41
42 <item> happy now reports the number of unused rules and terminals in the
43   grammar, and lists which ones are unused in the info file.
44
45 <item> happy now tries to avoid generating fully overlapped patterns.
46
47 <item> bug fixed in lexer: line numbers weren't being counted for @--@
48   commented lines.
49 </itemize>
50