chart: bump dependencies and version

This commit is contained in:
Simon Michael 2014-04-30 08:38:54 -07:00
parent 98cc1d0e77
commit 76d337df13

View File

@ -1,5 +1,5 @@
name: hledger-chart name: hledger-chart
version: 0.16.1 version: 201404dev
category: Finance category: Finance
synopsis: A pie chart image generator for the hledger accounting tool. synopsis: A pie chart image generator for the hledger accounting tool.
description: description:
@ -17,8 +17,8 @@ maintainer: Simon Michael <simon@joyful.com>
homepage: http://hledger.org homepage: http://hledger.org
bug-reports: http://code.google.com/p/hledger/issues bug-reports: http://code.google.com/p/hledger/issues
stability: experimental stability: experimental
tested-with: GHC==6.10, GHC==6.12 tested-with: GHC==7.8.2
cabal-version: >= 1.6 cabal-version: >= 1.16
build-type: Simple build-type: Simple
-- data-dir: data -- data-dir: data
-- data-files: -- data-files:
@ -37,12 +37,11 @@ executable hledger-chart
Hledger.Chart.Main Hledger.Chart.Main
Hledger.Chart.Options Hledger.Chart.Options
build-depends: build-depends:
hledger == 0.16.1 hledger
,hledger-lib == 0.16.1 ,hledger-lib
,HUnit ,HUnit
,base >= 3 && < 5 ,base >= 3 && < 5
,cabal-file-th ,cmdargs
,cmdargs == 0.8.*
,containers ,containers
-- ,csv -- ,csv
-- ,directory -- ,directory
@ -53,9 +52,9 @@ executable hledger-chart
-- ,parsec -- ,parsec
-- ,process -- ,process
-- ,regexpr >= 0.5.1 -- ,regexpr >= 0.5.1
,safe >= 0.2 ,safe
-- ,split == 0.1.* -- ,split == 0.1.*
,time ,time
-- ,utf8-string >= 0.3.5 && < 0.4 -- ,utf8-string >= 0.3.5 && < 0.4
,Chart >= 0.11 && < 0.15 ,Chart
,colour ,colour