diff options
author | David Waern <david.waern@gmail.com> | 2008-02-10 15:22:47 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2008-02-10 15:22:47 +0000 |
commit | 1118b45d0dd26e097022a40adeeb597a0c066b29 (patch) | |
tree | e54dd8d7b0cb1645ea01bb48d6c601c16ec062b9 | |
parent | 3ce9fc1bdaece29d431c3790b2df5ba7b066fa63 (diff) |
Remove bugs from TODO that weren't actual bugs
-rw-r--r-- | TODO | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -20,18 +20,8 @@ ----------------------------------------------------------------------------- -- 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 +* parser doesn't support doc comments on types in type aliases: + type MyInt = Int -- ^ comment * Haddock generates links to hidden modules (e.g. uses of IO point at GHC.IOBase.IO). |