diff --git a/hledger.cabal b/hledger.cabal index 41838fd70..224d20e12 100644 --- a/hledger.cabal +++ b/hledger.cabal @@ -30,19 +30,11 @@ Flag happs Executable hledger Main-Is: hledger.hs - Build-Depends: base, - containers, - haskell98, - directory, - parsec, - regex-compat, - regexpr>=0.5.1, - old-locale, - time, - HUnit, - mtl, - bytestring, - filepath + + Build-Depends: base, containers, haskell98, directory, parsec, + regex-compat, regexpr>=0.5.1, old-locale, time, + HUnit, mtl, bytestring, filepath + Other-Modules: BalanceCommand Options PrintCommand