From 6035ebfaca7f59fdc95ded9b82bbf7c3225ed628 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 15 Oct 2008 21:38:55 +0000 Subject: [PATCH] update cabal file --- hledger.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hledger.cabal b/hledger.cabal index d219a4440..675d4e9b9 100644 --- a/hledger.cabal +++ b/hledger.cabal @@ -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