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 ( module Hledger.Cli.Print (
printmode printmode
,print' ,print'
,entriesReportAsText
,tests_Hledger_Cli_Print ,tests_Hledger_Cli_Print
) )
where where

View File

@ -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