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

View File

@ -2,10 +2,10 @@ Name: hledger
Version: 0.2 Version: 0.2
Category: Finance Category: Finance
Synopsis: A ledger-compatible text-based accounting tool. Synopsis: A ledger-compatible text-based accounting tool.
Description: This is a minimal haskell clone of John Wiegley's ledger Description: hledger is a minimal haskell clone of John Wiegley's "ledger" text-based
<http://newartisans.com/software/ledger.html>. hledger does basic accounting tool (http://newartisans.com/software/ledger.html). hledger
register & balance reporting from a plain text ledger file, and generates ledger-compatible register & balance reports from a plain text
demonstrates a functional implementation of ledger. ledger file, and demonstrates a functional implementation of ledger.
License: GPL License: GPL
Stability: alpha Stability: alpha
Author: Simon Michael <simon@joyful.com> 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> Copyright (c) 2007-2008 Simon Michael <simon@joyful.com>
Released under GPL version 3 or later. Released under GPL version 3 or later.
This is a minimal haskell clone of John Wiegley's ledger hledger is a minimal haskell clone of John Wiegley's "ledger" text-based
(http://newartisans.com/software/ledger.html). hledger generates accounting tool (http://newartisans.com/software/ledger.html). hledger
ledger-compatible register & balance reports from a plain text ledger generates ledger-compatible register & balance reports from a plain text
file, and demonstrates a functional implementation of ledger. For more ledger file, and demonstrates a functional implementation of ledger. For
information, see the hledger home page: http://joyful.com/hledger more information, see the hledger home page: http://joyful.com/hledger
You can use the command line: You can use the command line: