haddock fix

This commit is contained in:
Simon Michael 2009-04-04 21:53:46 +00:00
parent 2edd2da7b8
commit 247563a336

View File

@ -25,12 +25,12 @@ ledgerenvvar = "LEDGER"
timelogenvvar = "TIMELOG" timelogenvvar = "TIMELOG"
-- | A set of arguments specifying how to filter a ledger file. -- | A set of arguments specifying how to filter a ledger file.
type IOArgs = (DateSpan -- ^ only in this date span type IOArgs = (DateSpan -- only in this date span
,Maybe Bool -- ^ only cleared/uncleared/don't care ,Maybe Bool -- only cleared/uncleared/don't care
,Bool -- ^ only real/don't care ,Bool -- only real/don't care
,Bool -- ^ convert amounts to cost basis ,Bool -- convert amounts to cost basis
,[String] -- ^ account patterns ,[String] -- account patterns
,[String] -- ^ description patterns ,[String] -- description patterns
) )
noioargs = (DateSpan Nothing Nothing, Nothing, False, False, [], []) noioargs = (DateSpan Nothing Nothing, Nothing, False, False, [], [])