sync hledger.hs with README & cabal description

This commit is contained in:
Simon Michael 2008-10-01 08:44:23 +00:00
parent 7780c5c561
commit bb7614ed8e

View File

@ -2,10 +2,10 @@
{-| {-|
hledger - a ledger-compatible text-based accounting tool. hledger - a ledger-compatible text-based accounting tool.
Copyright 2007-, Simon Michael & contributors, released under GPLv3 or Copyright (c) 2007-2008 Simon Michael <simon@joyful.com>
later. Released under GPL version 3 or later.
This is a basic haskell clone of John Wiegley's ledger This is a minimal haskell clone of John Wiegley's ledger
<http://newartisans.com/software/ledger.html>. hledger does basic <http://newartisans.com/software/ledger.html>. hledger does basic
register & balance reports, and demonstrates a (naive) purely register & balance reports, and demonstrates a (naive) purely
functional implementation of ledger. functional implementation of ledger.