lib: timedot allow indenting

This commit is contained in:
Simon Michael 2016-02-19 22:58:08 -08:00
parent 4b4a4bacf7
commit 70863ae40b

View File

@ -108,6 +108,7 @@ timedotentryp :: ParsecT [Char] JournalContext (ExceptT String IO) Transaction
timedotentryp = do timedotentryp = do
ptrace " timedotentryp" ptrace " timedotentryp"
pos <- genericSourcePos <$> getPosition pos <- genericSourcePos <$> getPosition
many spacenonewline
a <- modifiedaccountnamep a <- modifiedaccountnamep
many spacenonewline many spacenonewline
hours <- hours <-