From b6c7a273f756beab4d1490f56e5fac62b2882101 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 3 Nov 2003 14:24:24 +0000 Subject: [haddock @ 2003-11-03 14:24:24 by simonmar] Update TODO file. --- TODO | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index ae886658..111c95bf 100644 --- a/TODO +++ b/TODO @@ -10,8 +10,8 @@ * remove the s/r conflicts I added to the grammar * Support for the rest of GHC extensions in the parser: - - implicit parameters - scoped type variables (return types left to do). + - template haskell * Be a bit cleaner about error cases: some internal errors can be generated by bugs in the Haskell source. Divide out the proper @@ -33,8 +33,14 @@ ----------------------------------------------------------------------------- -- features +* quiet warnings for missing things in modules which aren't included + in the run (i.e. stop complaining about Prelude stuff by default). + * merge the indices, adding annotations to distinguish types/classes/functions/ - constructors as necessary. + constructors as necessary. Remove the emboldening of original entities in + the index. + +* Generating a single index from many .haddock files should be possible. * nested itemized and enumerated lists. -- cgit v1.2.3