hledger/extra/hledger-vty
Simon Michael 1d957720e3 vty: make hledger-vty buildable again
Just for fun and curiousity, hledger-vty once again builds, with hledger
HEAD and GHC 7.10, and has a stack config. To see it once again in all
its glory:

$ cd extra/hledger-vty
$ stack install
$ hledger vty [-- ARGS]

[ci skip]
2015-08-11 19:16:58 -07:00
..
Hledger vty: make hledger-vty buildable again 2015-08-11 19:16:58 -07:00
hledger-vty.cabal vty: make hledger-vty buildable again 2015-08-11 19:16:58 -07:00
hledger-vty.hs begin demoting hledger-vty and hledger-chart to unmaintained "extras" status 2012-01-30 04:22:11 +00:00
LICENSE begin demoting hledger-vty and hledger-chart to unmaintained "extras" status 2012-01-30 04:22:11 +00:00
README clarify status of hledger-chart & hledger-vty 2014-04-29 09:57:50 -07:00
Setup.hs begin demoting hledger-vty and hledger-chart to unmaintained "extras" status 2012-01-30 04:22:11 +00:00
stack.yaml vty: make hledger-vty buildable again 2015-08-11 19:16:58 -07:00

A curses-style console interface for the hledger accounting tool.
It allows browsing the balance, register and print reports with cursor keys and scrolling,
and was actually quite useful.

Warning, this package has been unmaintained since 2011 and will not install.