[project @ 1997-12-15 11:09:44 by simonm]
authorsimonm <unknown>
Mon, 15 Dec 1997 11:09:44 +0000 (11:09 +0000)
committersimonm <unknown>
Mon, 15 Dec 1997 11:09:44 +0000 (11:09 +0000)
release notes for 2.10.

ghc/docs/users_guide/2-10-notes.lit [new file with mode: 0644]

diff --git a/ghc/docs/users_guide/2-10-notes.lit b/ghc/docs/users_guide/2-10-notes.lit
new file mode 100644 (file)
index 0000000..e363b18
--- /dev/null
@@ -0,0 +1,10 @@
+* export some missing operations from ST/LazyST
+* remove wired-in runST from the compiler, move runST from STBase to Unsafe
+  and give it a type signature.
+* fix cut-n-paste-o in PosixUtils.lhs.
+* better code for checking for overlapping(incomplete?) patterns.
+* -fwarn-simple-patterns for pattern-bindings that could fail.
+* win32 green-card stubs imported.
+* fix 'make carries on after errors' problem /again/.
+* driver fixed to be perl4 compatible again.
+* obscure happy bug fixed.