lib: expose two functions required by hledger-ui
This commit is contained in:
parent
64cc886bb5
commit
3932655bde
@ -7,6 +7,7 @@ A ledger-compatible @print@ command.
|
|||||||
module Hledger.Cli.Print (
|
module Hledger.Cli.Print (
|
||||||
printmode
|
printmode
|
||||||
,print'
|
,print'
|
||||||
|
,entriesReportAsText
|
||||||
,tests_Hledger_Cli_Print
|
,tests_Hledger_Cli_Print
|
||||||
)
|
)
|
||||||
where
|
where
|
||||||
|
|||||||
@ -9,6 +9,7 @@ module Hledger.Cli.Register (
|
|||||||
registermode
|
registermode
|
||||||
,register
|
,register
|
||||||
,postingsReportAsText
|
,postingsReportAsText
|
||||||
|
,postingsReportItemAsText
|
||||||
-- ,showPostingWithBalanceForVty
|
-- ,showPostingWithBalanceForVty
|
||||||
,tests_Hledger_Cli_Register
|
,tests_Hledger_Cli_Register
|
||||||
) where
|
) where
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user