update cabal file

This commit is contained in:
Simon Michael 2008-10-15 21:38:55 +00:00
parent 99cbb68556
commit 6035ebfaca

View File

@ -20,7 +20,7 @@ Cabal-Version: >= 1.2
Executable hledger
Build-Depends: base, containers, haskell98, directory, parsec, regex-compat,
old-locale, time, HUnit #, QuickCheck >= 1 && < 2
old-locale, time, HUnit, QuickCheck >= 1 && < 2
Main-Is: hledger.hs
Other-Modules:
BalanceCommand
@ -29,11 +29,12 @@ Executable hledger
RegisterCommand
Setup
Tests
Utils
Ledger
Ledger.Account
Ledger.AccountName
Ledger.Amount
Ledger.Currency
Ledger.Commodity
Ledger.Entry
Ledger.RawLedger
Ledger.Ledger