[project @ 1997-10-15 14:31:43 by simonm]
authorsimonm <unknown>
Wed, 15 Oct 1997 14:31:43 +0000 (14:31 +0000)
committersimonm <unknown>
Wed, 15 Oct 1997 14:31:43 +0000 (14:31 +0000)
release notes for upcoming releases

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

diff --git a/ghc/docs/users_guide/2-09-notes.lit b/ghc/docs/users_guide/2-09-notes.lit
new file mode 100644 (file)
index 0000000..e51f5c1
--- /dev/null
@@ -0,0 +1,8 @@
+* unboxed the state in ST and IO, and specialised IO (it is no longer built
+  on top of ST).
+
+* reversed the sense of -fwarn-{overlapped,incomplete}-patterns.  The driver
+  now has to have the flag to provide the warning.
+
+* added the -Wnot, -W, and -Wall options.  Set up a default set of warnings,
+  namely -fwarn-{overlapped,incomplete}-patterns.