bump version to 0.25-unreleased

This commit is contained in:
Simon Michael 2014-12-26 11:08:02 -08:00
parent e77225038f
commit a719cb8f6e
4 changed files with 17 additions and 17 deletions

View File

@ -1 +1 @@
0.24
0.24.98

View File

@ -1,5 +1,5 @@
name: hledger-lib
version: 0.24
version: 0.24.98
stability: stable
category: Finance, Console
synopsis: Core data types, parsers and utilities for the hledger accounting tool.

View File

@ -1,5 +1,5 @@
name: hledger-web
version: 0.24
version: 0.24.98
stability: stable
category: Finance
synopsis: A web interface for the hledger accounting tool.
@ -110,7 +110,7 @@ flag library-only
library
cpp-options: -DVERSION="0.24"
cpp-options: -DVERSION="0.24.98"
if flag(dev) || flag(library-only)
cpp-options: -DDEVELOPMENT
@ -154,8 +154,8 @@ library
Hledger.Web.Options
-- Setup -- stops yesod devel complaining, requires build-depends: Cabal
build-depends:
hledger == 0.24
, hledger-lib == 0.24
hledger == 0.24.98
, hledger-lib == 0.24.98
, base >= 4 && < 5
, blaze-html
, blaze-markup
@ -199,7 +199,7 @@ executable hledger-web
if flag(library-only)
Buildable: False
cpp-options: -DVERSION="0.24"
cpp-options: -DVERSION="0.24.98"
if flag(dev)
cpp-options: -DDEVELOPMENT
@ -224,9 +224,9 @@ executable hledger-web
main-is: main.hs
build-depends:
hledger-lib == 0.24
, hledger == 0.24
, hledger-web == 0.24
hledger-lib == 0.24.98
, hledger == 0.24.98
, hledger-web == 0.24.98
, base >= 4 && < 5
, blaze-html
, blaze-markup
@ -272,7 +272,7 @@ test-suite test
hs-source-dirs: tests
main-is: main.hs
build-depends:
hledger-web == 0.24
hledger-web == 0.24.98
, base
, hspec
, yesod

View File

@ -1,5 +1,5 @@
name: hledger
version: 0.24
version: 0.24.98
stability: stable
category: Finance, Console
synopsis: The main command-line interface for the hledger accounting tool.
@ -43,7 +43,7 @@ flag threaded
library
cpp-options: -DVERSION="0.24"
cpp-options: -DVERSION="0.24.98"
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
ghc-options: -fno-warn-type-defaults -fno-warn-orphans
default-language: Haskell2010
@ -65,7 +65,7 @@ library
Hledger.Cli.Register
Hledger.Cli.Stats
build-depends:
hledger-lib == 0.24
hledger-lib == 0.24.98
,base >= 4.3 && < 5
-- ,cabal-file-th
,containers
@ -108,15 +108,15 @@ executable hledger
main-is: hledger-cli.hs
hs-source-dirs: app
default-language: Haskell2010
cpp-options: -DVERSION="0.24"
cpp-options: -DVERSION="0.24.98"
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures
ghc-options: -fno-warn-type-defaults -fno-warn-orphans
if flag(threaded)
ghc-options: -threaded
-- same as above:
build-depends:
hledger-lib == 0.24
,hledger == 0.24
hledger-lib == 0.24.98
,hledger == 0.24.98
,base >= 4.3 && < 5
,containers
,cmdargs >= 0.10 && < 0.11