Added mtl and bytestring as dependencies in the cabal file
This commit is contained in:
parent
dd040f9ca2
commit
2d2aeae130
@ -19,8 +19,8 @@ Extra-Tmp-Files:
|
|||||||
Cabal-Version: >= 1.2
|
Cabal-Version: >= 1.2
|
||||||
|
|
||||||
Executable hledger
|
Executable hledger
|
||||||
Build-Depends: base, containers, haskell98, directory, parsec, regex-compat, regexpr
|
Build-Depends: base, containers, haskell98, directory, parsec, regex-compat, regexpr,
|
||||||
old-locale, time, HUnit, vty
|
old-locale, time, HUnit, vty, mtl, bytestring
|
||||||
Main-Is: hledger.hs
|
Main-Is: hledger.hs
|
||||||
Other-Modules:
|
Other-Modules:
|
||||||
BalanceCommand
|
BalanceCommand
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user