[project @ 1997-09-30 15:45:00 by simonm]
[ghc-hetmet.git] / ghc / docs / users_guide / 2-08-notes.lit
1 * removed deforester from source tree, including the {-# DEFOREST #-}
2   pragma.  This stuff didn't work anymore, so there was no point
3   leaving it hanging around.  If someone wants to pick it up again,
4   the source can be checked out of the repository.
5
6 * documentation is now built automatically for binary distributions
7
8 * fixed several bugs affecting binary distributions.
9
10 * fixed bug in Regex.lhs causing random segmentation faults.
11
12 [happy]
13
14 * bug fixed in state generation.
15
16 * happy now reports the number of unused rules and terminals in the
17   grammar, and lists which ones are unused in the info file.
18
19 * happy now tries to avoid generating fully overlapped patterns.
20
21 * bug fixed in lexer: line numbers weren't being counted for '--'
22   commented lines.
23
24