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