[project @ 1997-12-22 13:56:55 by simonm]
[ghc-hetmet.git] / ghc / docs / users_guide / 2-10-notes.lit
index 4292f4a..42aaa48 100644 (file)
@@ -1,11 +1,11 @@
-Changes made since 2.08:
+Changes made since 2.09:
 
 \begin{itemize}
 
-\item export some missing operations from ST/LazyST
+\item export some missing operations from @ST@/@LazyST@.
 
 \item remove wired-in @runST@ from the compiler, move @runST@ from
-@STBase@ to @Unsafe@ and give it a type signature.  Fix a bug in the
+@STBase@ to @UnsafeST@ and give it a type signature.  Fix a bug in the
 compiler to do with universal quantification so this actually works.
 
 \item fix cut-n-paste-o in @PosixUtils.lhs@.
@@ -32,9 +32,18 @@ Happy.
 \item add some suffix rules for SGML, we can use SGML-Tools for
 documentation now.
 
+\item added an new manual for Happy, in SGML format.
+
 \item added the GHC/Hugs extension library documentation as a separate
 document, and removed that information from the Users' Guide.
 
 \item Fixed a bug where ':::' wasn't being parsed properly in interface files.
 
+\item Fixed a long-standing bug in the strictness analyser.
+
+\item Fixed the cause of the @getWorkerIdAndCons@ panic.
+
+\item Moved the array tests from ghc/lib into the test framework.
+ghc/lib/tests now doesn't exist.
+
 \end{itemize}