Produce a library, as well as the exe

This commit is contained in:
tim 2008-11-10 21:32:13 +00:00
parent 490a81577f
commit b30b438386

View File

@ -45,3 +45,22 @@ Executable hledger
Ledger.Types
Ledger.Utils
library
Build-Depends: base, containers, haskell98, directory, parsec, regex-compat,
old-locale, time, HUnit
Exposed-modules:
Ledger
Ledger.Account
Ledger.AccountName
Ledger.Amount
Ledger.Commodity
Ledger.Entry
Ledger.RawLedger
Ledger.Ledger
Ledger.RawTransaction
Ledger.Parse
Ledger.TimeLog
Ledger.Transaction
Ledger.Types
Ledger.Utils