From e057857c048482335cefa22a7046c6b9930b96f8 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 17 Jul 2020 08:51:58 -0700 Subject: [PATCH] ;lib: CBCSubreportSpec note --- hledger-lib/Hledger/Reports/ReportTypes.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/hledger-lib/Hledger/Reports/ReportTypes.hs b/hledger-lib/Hledger/Reports/ReportTypes.hs index 7f2f09544..8ceb45742 100644 --- a/hledger-lib/Hledger/Reports/ReportTypes.hs +++ b/hledger-lib/Hledger/Reports/ReportTypes.hs @@ -156,6 +156,7 @@ data CompoundPeriodicReport a b = CompoundPeriodicReport } deriving (Show, Generic, ToJSON) -- | Description of one subreport within a compound balance report. +-- Part of a "CompoundBalanceCommandSpec", but also used in hledger-lib. data CBCSubreportSpec = CBCSubreportSpec { cbcsubreporttitle :: String , cbcsubreportquery :: Journal -> Query