From: simonm Date: Wed, 15 Oct 1997 14:31:43 +0000 (+0000) Subject: [project @ 1997-10-15 14:31:43 by simonm] X-Git-Tag: Approx_2487_patches~1376 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4feaeeecbfb29b4956cfaa2c2338e88babdfdf03;p=ghc-hetmet.git [project @ 1997-10-15 14:31:43 by simonm] release notes for upcoming releases --- diff --git a/ghc/docs/users_guide/2-09-notes.lit b/ghc/docs/users_guide/2-09-notes.lit new file mode 100644 index 0000000..e51f5c1 --- /dev/null +++ b/ghc/docs/users_guide/2-09-notes.lit @@ -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.