mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 04:46:31 +03:00
update cabal file
This commit is contained in:
parent
99cbb68556
commit
6035ebfaca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user