diff options
author | David Waern <davve@dtek.chalmers.se> | 2008-02-02 20:50:51 +0000 |
---|---|---|
committer | David Waern <davve@dtek.chalmers.se> | 2008-02-02 20:50:51 +0000 |
commit | 95352ca3832192a94697988c5979e258dc85003a (patch) | |
tree | f8fc5944fa5729d963c3b95184ccd6d603e1bd32 /TODO | |
parent | d5e82d0fb92e3c88f9587e4f2be7d40e292998bc (diff) |
Add a comment about UNPACK bug in TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,7 +36,8 @@ * 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 +* 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 |