update description in cabal file
This commit is contained in:
parent
2dd8bc496b
commit
339e389bbc
@ -2,10 +2,15 @@ Name: hledger
|
|||||||
-- updated by build process from VERSION
|
-- updated by build process from VERSION
|
||||||
Version: 0.5.1
|
Version: 0.5.1
|
||||||
Category: Finance
|
Category: Finance
|
||||||
Synopsis: A ledger-compatible text-based accounting tool.
|
Synopsis: A text-based accounting tool, similar to John Wiegley's ledger.
|
||||||
Description: hledger is a partial haskell clone of John Wiegley's "ledger" text-based
|
Description: hledger is a (mostly) text-based accounting tool that
|
||||||
accounting tool. It generates ledger-compatible register & balance reports
|
generates precise register and balance reports from a
|
||||||
from a plain text journal, and demonstrates a functional implementation of ledger.
|
plain text journal file. It is a partial clone, in
|
||||||
|
haskell, of John Wiegley's excellent ledger. hledger
|
||||||
|
implements a subset of ledger's commands and options, and
|
||||||
|
also provides some new ones. For basic use you can use
|
||||||
|
hledger and ledger pretty much interchangeably on the same
|
||||||
|
data files.
|
||||||
License: GPL
|
License: GPL
|
||||||
Stability: beta
|
Stability: beta
|
||||||
Author: Simon Michael <simon@joyful.com>
|
Author: Simon Michael <simon@joyful.com>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user