From 0e8eb92c23a341dc2a2f19b9cc2d74bec068761a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 17 Nov 2012 03:49:29 +0000 Subject: [PATCH] web: bump hledger dependency, release notes --- ANNOUNCE | 17 +++++++++-------- hledger-web/hledger-web.cabal | 8 ++++---- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 95e198984..4d1bf3981 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -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 . diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index 28aae992a..11c5bcbd2 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -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