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 Executable hledger
Build-Depends: base, containers, haskell98, directory, parsec, regex-compat, 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 Main-Is: hledger.hs
Other-Modules: Other-Modules:
BalanceCommand BalanceCommand
@ -29,11 +29,12 @@ Executable hledger
RegisterCommand RegisterCommand
Setup Setup
Tests Tests
Utils
Ledger Ledger
Ledger.Account Ledger.Account
Ledger.AccountName Ledger.AccountName
Ledger.Amount Ledger.Amount
Ledger.Currency Ledger.Commodity
Ledger.Entry Ledger.Entry
Ledger.RawLedger Ledger.RawLedger
Ledger.Ledger Ledger.Ledger