diff options
author | David Waern <davve@dtek.chalmers.se> | 2008-01-23 18:05:53 +0000 |
---|---|---|
committer | David Waern <davve@dtek.chalmers.se> | 2008-01-23 18:05:53 +0000 |
commit | 956e1589308053174b30ccd48a23006b9d1e39de (patch) | |
tree | 124c7b60049c0755cc024d7e414c44f16b6c646b /TODO | |
parent | bdbd53219695ab93e3edd8b543a7ddd5b6953855 (diff) |
A a bug report to TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -20,6 +20,19 @@ ----------------------------------------------------------------------------- -- bugs +* Parser is less liberal than before (pre 2.0.0.0) in respect to doc comments + that aren't attached to anything. Some examples of things people do that + were harmless before: + + -- | module header + + -- | extra comment describing module + module MyModule where + + import Stuff -- ^ we might use this + + type MyInt = Int -- ^ comment + * Haddock generates links to hidden modules (e.g. uses of IO point at GHC.IOBase.IO). |