aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
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).