From 111f73c80d57c07d2fe1b6eb3ee8b44d2bfb34a7 Mon Sep 17 00:00:00 2001 From: simonm <unknown> Date: Mon, 15 Dec 1997 11:09:44 +0000 Subject: [PATCH] [project @ 1997-12-15 11:09:44 by simonm] release notes for 2.10. --- ghc/docs/users_guide/2-10-notes.lit | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ghc/docs/users_guide/2-10-notes.lit diff --git a/ghc/docs/users_guide/2-10-notes.lit b/ghc/docs/users_guide/2-10-notes.lit new file mode 100644 index 000000000000..e363b18beaff --- /dev/null +++ b/ghc/docs/users_guide/2-10-notes.lit @@ -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. -- GitLab