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 0000000000000000000000000000000000000000..e363b18beaff8118f7fb94dbb2adcdfaf60afce5 --- /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.