From 1118b45d0dd26e097022a40adeeb597a0c066b29 Mon Sep 17 00:00:00 2001 From: David Waern Date: Sun, 10 Feb 2008 15:22:47 +0000 Subject: Remove bugs from TODO that weren't actual bugs --- TODO | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/TODO b/TODO index 5af0a3b8..6f8d90f7 100644 --- a/TODO +++ b/TODO @@ -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). -- cgit v1.2.3