bump version

This commit is contained in:
Simon Michael 2011-09-12 22:52:24 +00:00
parent 767e3fa7e2
commit f37d7b5659
9 changed files with 16 additions and 16 deletions

2
NOTES
View File

@ -575,7 +575,6 @@ hledger: Unknown flag: -f
*** convert: order is reversed ? *** convert: order is reversed ?
*** convert: manual needs a rewrite *** convert: manual needs a rewrite
*** web: account register bug, wrong balance with virtual postings
*** web: port argument ignored *** web: port argument ignored
$ combined web paypal -B -- --port 5003 $ combined web paypal -B -- --port 5003
Running self-tests... Running self-tests...
@ -1821,6 +1820,7 @@ http://community.haskell.org/~ndm/downloads/paper-hoogle_overview-19_nov_2008.pd
*** convert: parse HH:MM[:SS] as an amount, converting to decimal hours *** convert: parse HH:MM[:SS] as an amount, converting to decimal hours
*** convert: ignore heading row *** convert: ignore heading row
*** convert: warn and ignore unparsed rows ? *** convert: warn and ignore unparsed rows ?
*** web: should display virtual postings with () or []
*** web: how to find out total spent in an account during a specific month *** web: how to find out total spent in an account during a specific month
*** stats: list all included files *** stats: list all included files
*** parsing: alias directives should be modified by account directives *** parsing: alias directives should be modified by account directives

View File

@ -1 +1 @@
0.15.1 0.15.2

View File

@ -1,5 +1,5 @@
name: hledger-chart name: hledger-chart
version: 0.15.1 version: 0.15.2
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:
@ -37,8 +37,8 @@ executable hledger-chart
Hledger.Chart.Main Hledger.Chart.Main
Hledger.Chart.Options Hledger.Chart.Options
build-depends: build-depends:
hledger == 0.15.1 hledger == 0.15.2
,hledger-lib == 0.15 ,hledger-lib == 0.15.2
,HUnit ,HUnit
,base >= 3 && < 5 ,base >= 3 && < 5
,cmdargs >= 0.8 && < 0.9 ,cmdargs >= 0.8 && < 0.9

View File

@ -1,5 +1,5 @@
name: hledger-lib name: hledger-lib
version: 0.15 version: 0.15.2
category: Finance category: Finance
synopsis: Core data types, parsers and utilities for the hledger accounting tool. synopsis: Core data types, parsers and utilities for the hledger accounting tool.
description: description:

View File

@ -1,5 +1,5 @@
name: hledger-vty name: hledger-vty
version: 0.15.1 version: 0.15.2
category: Finance category: Finance
synopsis: A curses-style console interface for the hledger accounting tool. synopsis: A curses-style console interface for the hledger accounting tool.
description: description:
@ -37,8 +37,8 @@ executable hledger-vty
Hledger.Vty.Main Hledger.Vty.Main
Hledger.Vty.Options Hledger.Vty.Options
build-depends: build-depends:
hledger == 0.15.1 hledger == 0.15.2
,hledger-lib == 0.15 ,hledger-lib == 0.15.2
,HUnit ,HUnit
,base >= 3 && < 5 ,base >= 3 && < 5
,cmdargs >= 0.8 && < 0.9 ,cmdargs >= 0.8 && < 0.9

View File

@ -1 +1 @@
0.15.1 0.15.2

View File

@ -57,8 +57,8 @@ executable hledger-web
Hledger.Web.StaticFiles Hledger.Web.StaticFiles
Hledger.Web.Handlers Hledger.Web.Handlers
build-depends: build-depends:
hledger == 0.15.1 hledger == 0.15.2
,hledger-lib == 0.15 ,hledger-lib == 0.15.2
,HUnit ,HUnit
,base >= 4 && < 5 ,base >= 4 && < 5
,bytestring ,bytestring

View File

@ -20,7 +20,7 @@ import Hledger.Utils
-- version and PATCHLEVEL are set by the make process -- version and PATCHLEVEL are set by the make process
version :: String version :: String
version = "0.15.1" version = "0.15.2"
patchlevel :: String patchlevel :: String
#ifdef PATCHLEVEL #ifdef PATCHLEVEL

View File

@ -1,5 +1,5 @@
name: hledger name: hledger
version: 0.15.1 version: 0.15.2
category: Finance category: Finance
synopsis: The main command-line interface for the hledger accounting tool. synopsis: The main command-line interface for the hledger accounting tool.
description: description:
@ -57,7 +57,7 @@ library
Hledger.Cli.Stats Hledger.Cli.Stats
-- should be the same as below -- should be the same as below
build-depends: build-depends:
hledger-lib == 0.15 hledger-lib == 0.15.2
,base >= 3 && < 5 ,base >= 3 && < 5
,containers ,containers
,cmdargs >= 0.8 && < 0.9 ,cmdargs >= 0.8 && < 0.9
@ -107,7 +107,7 @@ executable hledger
ghc-options: -threaded -W ghc-options: -threaded -W
-- should be the same as above -- should be the same as above
build-depends: build-depends:
hledger-lib == 0.15 hledger-lib == 0.15.2
,base >= 3 && < 5 ,base >= 3 && < 5
,containers ,containers
,cmdargs >= 0.8 && < 0.9 ,cmdargs >= 0.8 && < 0.9