export accountBalanceHistory

This commit is contained in:
Simon Michael 2012-12-06 01:09:12 +00:00
parent e75abc4625
commit dfeafa6064

View File

@ -42,6 +42,8 @@ module Hledger.Reports (
AccountsReport,
AccountsReportItem,
accountsReport,
-- * Other "reports"
accountBalanceHistory,
-- * Tests
tests_Hledger_Reports
)