update README, cabal file, hledger.hs

This commit is contained in:
Simon Michael 2008-11-23 22:04:40 +00:00
parent cefc315900
commit 37a79ba415
3 changed files with 14 additions and 14 deletions

10
README
View File

@ -3,11 +3,11 @@ hledger - a ledger-compatible text-based accounting tool
Welcome to hledger!
hledger is a minimal haskell clone of John Wiegley's ledger
(http://newartisans.com/software/ledger.html). hledger generates
ledger-compatible register & balance reports from a plain text ledger
file, and demonstrates a functional implementation of ledger. For more
information, see the hledger home page: http://joyful.com/hledger
hledger is a minimal haskell clone of John Wiegley's "ledger" text-based
accounting tool (http://newartisans.com/software/ledger.html). hledger
generates ledger-compatible register & balance reports from a plain text
ledger file, and demonstrates a functional implementation of ledger. For
more information, see the hledger home page: http://joyful.com/hledger
Copyright (c) 2007-2008 Simon Michael <simon@joyful.com>
Released under GPL version 3 or later.

View File

@ -2,10 +2,10 @@ Name: hledger
Version: 0.2
Category: Finance
Synopsis: A ledger-compatible text-based accounting tool.
Description: This is a minimal haskell clone of John Wiegley's ledger
<http://newartisans.com/software/ledger.html>. hledger does basic
register & balance reporting from a plain text ledger file, and
demonstrates a functional implementation of ledger.
Description: hledger is a minimal haskell clone of John Wiegley's "ledger" text-based
accounting tool (http://newartisans.com/software/ledger.html). hledger
generates ledger-compatible register & balance reports from a plain text
ledger file, and demonstrates a functional implementation of ledger.
License: GPL
Stability: alpha
Author: Simon Michael <simon@joyful.com>

View File

@ -5,11 +5,11 @@ hledger - a ledger-compatible text-based accounting tool.
Copyright (c) 2007-2008 Simon Michael <simon@joyful.com>
Released under GPL version 3 or later.
This is a minimal haskell clone of John Wiegley's ledger
(http://newartisans.com/software/ledger.html). hledger generates
ledger-compatible register & balance reports from a plain text ledger
file, and demonstrates a functional implementation of ledger. For more
information, see the hledger home page: http://joyful.com/hledger
hledger is a minimal haskell clone of John Wiegley's "ledger" text-based
accounting tool (http://newartisans.com/software/ledger.html). hledger
generates ledger-compatible register & balance reports from a plain text
ledger file, and demonstrates a functional implementation of ledger. For
more information, see the hledger home page: http://joyful.com/hledger
You can use the command line: