From b3c0bba51eb2974d94bde408d0febd7a9d28e532 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 24 Nov 2008 00:14:11 +0000 Subject: [PATCH] haddock fix --- Ledger/Parse.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ledger/Parse.hs b/Ledger/Parse.hs index def904705..acd234ffc 100644 --- a/Ledger/Parse.hs +++ b/Ledger/Parse.hs @@ -534,7 +534,7 @@ y = do return (y,"1","1") -- | Parse a flexible date string, with awareness of the current time, --- | and return a Date or raise an error. +-- and return a Date or raise an error. smartparsedate :: String -> Date smartparsedate s = parsedate $ printf "%04s/%02s/%02s" y m d where (y,m,d) = fromparse $ parsewith smartdate s