[project @ 1997-12-16 12:26:57 by simonm]
[ghc-hetmet.git] / ghc / docs / users_guide / 2-10-notes.lit
1 Changes made since 2.08:
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 @Unsafe@ 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 \end{itemize}