[project @ 1997-12-22 13:56:55 by simonm]
[ghc-hetmet.git] / ghc / docs / users_guide / 2-10-notes.lit
1 Changes made since 2.09:
2
3 \begin{itemize}
4
5 \item export some missing operations from @ST@/@LazyST@.
6
7 \item remove wired-in @runST@ from the compiler, move @runST@ from
8 @STBase@ to @UnsafeST@ and give it a type signature.  Fix a bug in the
9 compiler to do with universal quantification so this actually works.
10
11 \item fix cut-n-paste-o in @PosixUtils.lhs@.
12
13 \item better code for checking for overlapping(incomplete?) patterns.
14
15 \item @-fwarn-simple-patterns@ for pattern-bindings that could fail.
16
17 \item win32 green-card stubs imported.
18
19 \item fix 'make carries on after errors' problem {\em again}.
20
21 \item driver fixed to be perl4 compatible again.
22
23 \item obscure happy bug fixed.
24
25 \item @Word@ removed from hbc library to avoid conflicts.
26
27 \item lots of fixes to the binary distribution system - you can now do
28 @gmake binary-dist Project=Happy@ from the top-level and get a Happy
29 binary distribution.  GHC binary distributions no longer contain
30 Happy.  
31
32 \item add some suffix rules for SGML, we can use SGML-Tools for
33 documentation now.
34
35 \item added an new manual for Happy, in SGML format.
36
37 \item added the GHC/Hugs extension library documentation as a separate
38 document, and removed that information from the Users' Guide.
39
40 \item Fixed a bug where ':::' wasn't being parsed properly in interface files.
41
42 \item Fixed a long-standing bug in the strictness analyser.
43
44 \item Fixed the cause of the @getWorkerIdAndCons@ panic.
45
46 \item Moved the array tests from ghc/lib into the test framework.
47 ghc/lib/tests now doesn't exist.
48
49 \end{itemize}