[project @ 1997-10-15 14:31:43 by simonm]
[ghc-hetmet.git] / ghc / docs / users_guide / 2-09-notes.lit
1 * unboxed the state in ST and IO, and specialised IO (it is no longer built
2   on top of ST).
3
4 * reversed the sense of -fwarn-{overlapped,incomplete}-patterns.  The driver
5   now has to have the flag to provide the warning.
6
7 * added the -Wnot, -W, and -Wall options.  Set up a default set of warnings,
8   namely -fwarn-{overlapped,incomplete}-patterns.