Added mtl and bytestring as dependencies in the cabal file

This commit is contained in:
tim 2008-12-10 19:35:18 +00:00
parent dd040f9ca2
commit 2d2aeae130

View File

@ -19,8 +19,8 @@ Extra-Tmp-Files:
Cabal-Version: >= 1.2
Executable hledger
Build-Depends: base, containers, haskell98, directory, parsec, regex-compat, regexpr
old-locale, time, HUnit, vty
Build-Depends: base, containers, haskell98, directory, parsec, regex-compat, regexpr,
old-locale, time, HUnit, vty, mtl, bytestring
Main-Is: hledger.hs
Other-Modules:
BalanceCommand