From: sof Date: Mon, 24 Nov 1997 21:34:41 +0000 (+0000) Subject: [project @ 1997-11-24 21:34:41 by sof] X-Git-Tag: Approx_2487_patches~1245 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b14382859a8f9ccbee36cb410d09816208d3a605;p=ghc-hetmet.git [project @ 1997-11-24 21:34:41 by sof] Added items on new mkdependHS opts, duplicate exports warning --- diff --git a/ghc/docs/users_guide/2-09-notes.lit b/ghc/docs/users_guide/2-09-notes.lit index e51f5c1..285bf68 100644 --- a/ghc/docs/users_guide/2-09-notes.lit +++ b/ghc/docs/users_guide/2-09-notes.lit @@ -6,3 +6,13 @@ * added the -Wnot, -W, and -Wall options. Set up a default set of warnings, namely -fwarn-{overlapped,incomplete}-patterns. + +* Added -fwarn-duplicate-exports warning to check for duplicates in + export lists. Included in default warning set. + +* Renamed SampleVar.{write,read}Sample to SampleVar.{write,read}SampleVar + +* new mkdependHS options: -W disables warnings of duplicate interface + files found along the import path. --include-prelude *will* generate + dependencies on Prelude + any prelude/syslib .hi files used. +