mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-12 19:08:34 +03:00
53 lines
1.6 KiB
Plaintext
53 lines
1.6 KiB
Plaintext
name: hledger-vty
|
|
version: 0.14
|
|
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>
|
|
maintainer: Simon Michael <simon@joyful.com>
|
|
homepage: http://hledger.org
|
|
bug-reports: http://code.google.com/p/hledger/issues
|
|
stability: beta
|
|
tested-with: GHC==6.10, GHC==6.12
|
|
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.Main
|
|
build-depends:
|
|
hledger == 0.14
|
|
,hledger-lib == 0.14
|
|
-- ,HUnit
|
|
,base >= 3 && < 5
|
|
-- ,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 >= 4.6.0.1 && < 4.7
|