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