aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO11
1 files changed, 2 insertions, 9 deletions
diff --git a/TODO b/TODO
index 111c95bf..230ad924 100644
--- a/TODO
+++ b/TODO
@@ -24,8 +24,8 @@
* derived instance support isn't quite right (doing it properly is
hard, though).
-* Referring to something that has a defn but no typesignature doesn't elicit
- a useful message.
+* Referring to something that has a defn but no type signature doesn't
+ elicit a useful message.
* Trying to re-export something from another package doesn't work (unless
it's the whole module). We should give a warning or something.
@@ -33,13 +33,6 @@
-----------------------------------------------------------------------------
-- 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. 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.