diff options
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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). |