[project @ 1997-11-24 21:34:41 by sof]
authorsof <unknown>
Mon, 24 Nov 1997 21:34:41 +0000 (21:34 +0000)
committersof <unknown>
Mon, 24 Nov 1997 21:34:41 +0000 (21:34 +0000)
Added items on new mkdependHS opts, duplicate exports warning

ghc/docs/users_guide/2-09-notes.lit

index e51f5c1..285bf68 100644 (file)
@@ -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.
+