aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2008-02-10 15:23:44 +0000
committerDavid Waern <david.waern@gmail.com>2008-02-10 15:23:44 +0000
commit9396279ace2b85caad9abb9b7c90118fd73d3e37 (patch)
tree2e48ec314f4873c0f762ce51a91181cf97297d00 /TODO
parent1118b45d0dd26e097022a40adeeb597a0c066b29 (diff)
Remove yet another item from TODO that was not an actual bug
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 6f8d90f7..a6503d78 100644
--- a/TODO
+++ b/TODO
@@ -26,9 +26,6 @@
* Haddock generates links to hidden modules (e.g. uses of IO point at
GHC.IOBase.IO).
-* Haddock fails to process source files containing UNPACK pragmas.
- This needs to be fixed in the GHC parser.
-
* HsParser bug: starting the module with '-- | doc' followed by a declaration
doesn't parse, because the '-- | doc' is interpreted as the module
documentation (the grammar has an S/R conflict because of this).