add missing cabal dependencies

This commit is contained in:
Simon Michael 2011-08-19 18:55:52 +00:00
parent b2e80554e6
commit b8aefb23cf
3 changed files with 3 additions and 2 deletions

View File

@ -37,7 +37,7 @@ executable hledger-chart
build-depends: build-depends:
hledger == 0.15 hledger == 0.15
,hledger-lib == 0.15 ,hledger-lib == 0.15
-- ,HUnit ,HUnit
,base >= 3 && < 5 ,base >= 3 && < 5
,cmdargs >= 0.7 && < 0.8 ,cmdargs >= 0.7 && < 0.8
,containers ,containers

View File

@ -53,6 +53,7 @@ library
Build-Depends: Build-Depends:
base >= 3 && < 5 base >= 3 && < 5
,bytestring ,bytestring
,cmdargs >= 0.7 && < 0.8
,containers ,containers
,directory ,directory
,filepath ,filepath

View File

@ -37,7 +37,7 @@ executable hledger-vty
build-depends: build-depends:
hledger == 0.15 hledger == 0.15
,hledger-lib == 0.15 ,hledger-lib == 0.15
-- ,HUnit ,HUnit
,base >= 3 && < 5 ,base >= 3 && < 5
,cmdargs >= 0.7 && < 0.8 ,cmdargs >= 0.7 && < 0.8
-- ,containers -- ,containers