From b14382859a8f9ccbee36cb410d09816208d3a605 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 24 Nov 1997 21:34:41 +0000 Subject: [PATCH] [project @ 1997-11-24 21:34:41 by sof] Added items on new mkdependHS opts, duplicate exports warning --- ghc/docs/users_guide/2-09-notes.lit | 10 ++++++++++ 1 file changed, 10 insertions(+) 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. + -- 1.7.10.4