hledger/hledger-vty/hledger-vty.cabal

54 lines
1.7 KiB
Plaintext
Raw Normal View History

name: hledger-vty
2011-09-02 04:42:50 +04:00
version: 0.15
category: Finance
synopsis: A curses-style interface for the hledger accounting tool.
description:
hledger is a haskell port and friendly fork of John Wiegley's ledger accounting tool.
This package provides a simple curses-style console interface as an alternative to the hledger command line interface.
license: GPL
license-file: LICENSE
author: Simon Michael <simon@joyful.com>
2010-12-07 05:15:49 +03:00
maintainer: Simon Michael <simon@joyful.com>
homepage: http://hledger.org
bug-reports: http://code.google.com/p/hledger/issues
2010-11-26 22:59:23 +03:00
stability: beta
tested-with: GHC==6.10, GHC==6.12
cabal-version: >= 1.6
build-type: Simple
2010-09-10 05:45:12 +04:00
-- 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.Main
build-depends:
2011-09-02 04:42:50 +04:00
hledger == 0.15
,hledger-lib == 0.15
-- ,HUnit
,base >= 3 && < 5
,cmdargs >= 0.7 && < 0.8
-- ,containers
-- ,csv
-- ,directory
-- ,filepath
-- ,mtl
-- ,old-locale
-- ,old-time
-- ,parsec
-- ,process
-- ,regexpr >= 0.5.1
,safe >= 0.2
-- ,split == 0.1.*
2011-06-06 22:59:24 +04:00
,time
-- ,utf8-string >= 0.3.5 && < 0.4
2011-06-06 22:59:24 +04:00
,vty >= 4.6.0.1 && < 4.8