diff options
author | David Waern <davve@dtek.chalmers.se> | 2008-01-23 16:59:06 +0000 |
---|---|---|
committer | David Waern <davve@dtek.chalmers.se> | 2008-01-23 16:59:06 +0000 |
commit | bdbd53219695ab93e3edd8b543a7ddd5b6953855 (patch) | |
tree | c80679c8583410006ff05ef9aa7b1d39583d9335 | |
parent | f3860fc07fb5d83ff32f495d80bece116eb8e273 (diff) |
Add a bug reported by Ross to TODO
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ ----------------------------------------------------------------------------- -- bugs +* 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 * HsParser bug: starting the module with '-- | doc' followed by a declaration |