From 33a78846607be290e0dfcf784e4709c00a584383 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 5 Nov 2003 11:30:53 +0000 Subject: [haddock @ 2003-11-05 11:30:52 by simonmar] - Suppress warnings about unknown imported modules by default. - Add a -v/--verbose flag to re-enable these warnings. The general idea is to suppress the "Warning: unknown module: Prelude" warnings which most Haddock users will see every time, and which aren't terribly useful. --- doc/haddock.sgml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc/haddock.sgml') diff --git a/doc/haddock.sgml b/doc/haddock.sgml index a74e91fc..a098fb6c 100644 --- a/doc/haddock.sgml +++ b/doc/haddock.sgml @@ -468,6 +468,22 @@ + + + + + + + + + Increase verbosity. Currently this will cause Haddock + to emit some extra warnings, in particular about modules + which were imported but it had no information about (this is + often quite normal; for example when there is no information + about the Prelude). + + + -- cgit v1.2.3