web: bump hledger dependency, release notes

This commit is contained in:
Simon Michael 2012-11-17 03:49:29 +00:00
parent 706b25c32e
commit 0e8eb92c23
2 changed files with 13 additions and 12 deletions

View File

@ -1,13 +1,14 @@
I have released hledger 0.19.1 to fix an arithmetic bug with total prices
(thanks to Thierry Daucourt for reporting it).
I'm pleased to announce hledger-web 0.19, compatible with the latest
hledger and Yesod.
Release notes:
* 87: fix an arithmetic and transaction balancing bug with multiple
total-priced amounts ( @@ PRICE )
* web: builds with yesod 1.1.3
* parsing: ignore ledger-style balance assertions ( = BAL ) and fixed
lot price declarations ( {= PRICE} )
* web: obeys command-line query options at startup again
* the autogenerated session file is now a dot file
(.hledger-web_client_session.aes)
hledger is a command-line tool and haskell library for tracking
financial transactions, which are stored in a human-readable plain
@ -18,6 +19,6 @@ compatible with John Wiegley's Ledger. For more, see http://hledger.org .
Install it:
cabal update; cabal install hledger .
For installation help, see http://hledger.org/MANUAL.html#installing .
cabal update; cabal install hledger-web
For more installation help, see http://hledger.org/MANUAL.html#installing .
Or, sponsor a ready-to-run binary for your platform: http://hledger.org/DOWNLOAD.html .

View File

@ -124,8 +124,8 @@ library
, warp >= 1.3 && < 1.4
, data-default
, hledger == 0.19
, hledger-lib == 0.19
, hledger == 0.19.1
, hledger-lib == 0.19.1
, cmdargs >= 0.10 && < 0.11
, directory
, filepath
@ -194,8 +194,8 @@ executable hledger-web
build-depends:
hledger-web
, hledger == 0.19
, hledger-lib == 0.19
, hledger == 0.19.1
, hledger-lib == 0.19.1
, base >= 4.3 && < 5
, cmdargs >= 0.10 && < 0.11
, directory