lib: expose two functions required by hledger-ui

This commit is contained in:
Simon Michael 2015-08-13 11:53:28 -07:00
parent 64cc886bb5
commit 3932655bde
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ A ledger-compatible @print@ command.
module Hledger.Cli.Print (
printmode
,print'
,entriesReportAsText
,tests_Hledger_Cli_Print
)
where

View File

@ -9,6 +9,7 @@ module Hledger.Cli.Register (
registermode
,register
,postingsReportAsText
,postingsReportItemAsText
-- ,showPostingWithBalanceForVty
,tests_Hledger_Cli_Register
) where