Name: hledger Version: 0.1 Category: Finance Synopsis: A ledger-compatible text-based accounting tool. Description: This is a minimal haskell clone of John Wiegley's ledger . hledger does basic register & balance reporting from a plain text ledger file, and demonstrates a (naive) purely functional implementation of ledger. License: GPL Stability: alpha Author: Simon Michael Maintainer: Simon Michael Homepage: http://joyful.com/Ledger#hledger Tested-With: GHC Build-Type: Simple License-File: LICENSE Extra-Source-Files: sample.ledger Extra-Tmp-Files: Cabal-Version: >= 1.2 Executable hledger Main-Is: hledger.hs Build-Depends: base, containers, haskell98, directory, parsec, regex-compat, HUnit, QuickCheck Other-Modules: Account AccountName Amount Currency LedgerEntry LedgerFile Ledger LedgerTransaction Models Options Parse Setup Tests TimeLog Transaction Types Utils