;bin: hledger-combine-balances: fix haddock error

This commit is contained in:
Simon Michael 2021-03-16 07:19:48 -07:00
parent cca765de72
commit 4b2c943867

View File

@ -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