285bf6869fcf5b9287902ffee0a27b15f29be339
[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.
9
10 * Added -fwarn-duplicate-exports warning to check for duplicates in
11   export lists. Included in default warning set.
12
13 * Renamed SampleVar.{write,read}Sample to SampleVar.{write,read}SampleVar
14
15 * new mkdependHS options: -W disables warnings of duplicate interface
16   files found along the import path. --include-prelude *will* generate
17   dependencies on Prelude + any prelude/syslib .hi files used.
18