diff --git a/hledger-lib/Hledger/Reports.hs b/hledger-lib/Hledger/Reports.hs index ef217144a..b1e9512d1 100644 --- a/hledger-lib/Hledger/Reports.hs +++ b/hledger-lib/Hledger/Reports.hs @@ -42,6 +42,8 @@ module Hledger.Reports ( AccountsReport, AccountsReportItem, accountsReport, + -- * Other "reports" + accountBalanceHistory, -- * Tests tests_Hledger_Reports )