From 339e389bbc3a9fd37abe4d070ec91076082d3785 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 24 May 2009 01:24:58 +0000 Subject: [PATCH] update description in cabal file --- hledger.cabal | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/hledger.cabal b/hledger.cabal index 4d5dd5be0..613a5ee27 100644 --- a/hledger.cabal +++ b/hledger.cabal @@ -2,10 +2,15 @@ Name: hledger -- updated by build process from VERSION Version: 0.5.1 Category: Finance -Synopsis: A ledger-compatible text-based accounting tool. -Description: hledger is a partial haskell clone of John Wiegley's "ledger" text-based - accounting tool. It generates ledger-compatible register & balance reports - from a plain text journal, and demonstrates a functional implementation of ledger. +Synopsis: A text-based accounting tool, similar to John Wiegley's ledger. +Description: hledger is a (mostly) text-based accounting tool that + generates precise register and balance reports from a + 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 Stability: beta Author: Simon Michael