aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonmar <unknown>2003-11-03 14:24:24 +0000
committersimonmar <unknown>2003-11-03 14:24:24 +0000
commitb6c7a273f756beab4d1490f56e5fac62b2882101 (patch)
tree401f3146217205dca57b1a2ff5d6805514c19402
parent187d7618e86c8db865c0cdcc38d0633c23cf1d88 (diff)
[haddock @ 2003-11-03 14:24:24 by simonmar]
Update TODO file.
-rw-r--r--TODO10
1 files 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.