
hledger-web now supports GHC 7.6 properly (no more "Prelude.read: no parse" error). Release notes: * fix "Prelude.read: no parse" errors with GHC >= 7.6 * web & lib refactoring, easier scripting/developing Thanks! -Simon hledger is a command-line tool and haskell library for tracking financial transactions, which are stored in a human-readable plain text format. In addition to reporting, it can also help you record new transactions, or convert CSV data from your bank. Add-on packages include hledger-web, a web interface. hledger is inspired by and compatible with John Wiegley's Ledger. For more, see http://hledger.org . Install it: 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 .
participants (1)
-
Simon Michael