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 (
|
||||
printmode
|
||||
,print'
|
||||
,entriesReportAsText
|
||||
,tests_Hledger_Cli_Print
|
||||
)
|
||||
where
|
||||
|
||||
@ -9,6 +9,7 @@ module Hledger.Cli.Register (
|
||||
registermode
|
||||
,register
|
||||
,postingsReportAsText
|
||||
,postingsReportItemAsText
|
||||
-- ,showPostingWithBalanceForVty
|
||||
,tests_Hledger_Cli_Register
|
||||
) where
|
||||
|
||||
Loading…
Reference in New Issue
Block a user