From 956e1589308053174b30ccd48a23006b9d1e39de Mon Sep 17 00:00:00 2001 From: David Waern Date: Wed, 23 Jan 2008 18:05:53 +0000 Subject: A a bug report to TODO --- TODO | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/TODO b/TODO index 6531ece7..cb8db001 100644 --- a/TODO +++ b/TODO @@ -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). -- cgit v1.2.3