hledger/extra/hledger-vty/hledger-vty.cabal
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

60 lines
1.9 KiB
Plaintext

name: hledger-vty
version: 0.26.98
category: Finance
synopsis: A curses-style console interface for the hledger accounting tool.
description:
hledger is a library and set of user tools for working
with financial data (or anything that can be tracked in a
double-entry accounting ledger.) It is a haskell port and
friendly fork of John Wiegley's Ledger. hledger provides
command-line, curses and web interfaces, and aims to be a
reliable, practical tool for daily use.
license: GPL
license-file: LICENSE
author: Simon Michael <simon@joyful.com>
maintainer: Simon Michael <simon@joyful.com>
homepage: http://hledger.org
bug-reports: http://code.google.com/p/hledger/issues
stability: beta
tested-with: GHC==7.10
cabal-version: >= 1.6
build-type: Simple
-- data-dir: data
-- data-files:
extra-tmp-files:
extra-source-files:
source-repository head
type: darcs
location: http://joyful.com/repos/hledger
executable hledger-vty
main-is: hledger-vty.hs
ghc-options: -threaded -W
other-modules:
Hledger.Vty
Hledger.Vty.Main
Hledger.Vty.Options
build-depends:
hledger == 0.26.98
,hledger-lib == 0.26.98
,HUnit
,base >= 3 && < 5
,cmdargs >= 0.8
-- ,containers
-- ,csv
-- ,directory
-- ,filepath
-- ,mtl
-- ,old-locale
-- ,old-time
-- ,parsec
-- ,process
-- ,regexpr >= 0.5.1
,safe >= 0.2
-- ,split == 0.1.*
,time
-- ,utf8-string >= 0.3.5 && < 0.4
,vty >= 5.2 && < 5.3