From 4b2c943867c1fa5ad2935f08b3f0e325e92c57df Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 16 Mar 2021 07:19:48 -0700 Subject: [PATCH] ;bin: hledger-combine-balances: fix haddock error --- bin/hledger-combine-balances.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/hledger-combine-balances.hs b/bin/hledger-combine-balances.hs index 4abb37d6f..3e6db032e 100755 --- a/bin/hledger-combine-balances.hs +++ b/bin/hledger-combine-balances.hs @@ -3,10 +3,10 @@ -- Run from inside the hledger source tree, or compile with compile.sh. -- See hledger-check-fancyassertions.hs. +{- Construct two balance reports for two different time periods and render them side by side -} + {-# OPTIONS_GHC -Wno-missing-signatures -Wno-name-shadowing #-} -{-| Construct two balance reports for two different time periods and render them side by side --} import System.Environment (getArgs) import Hledger.Cli import qualified Data.Map as M