From dfeafa60643b098493d33a36ea3be2f22b7f59b0 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 6 Dec 2012 01:09:12 +0000 Subject: [PATCH] export accountBalanceHistory --- hledger-lib/Hledger/Reports.hs | 2 ++ 1 file changed, 2 insertions(+) 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 )