bump version to 0.25

This commit is contained in:
Simon Michael 2015-04-07 19:52:00 -07:00
parent d535d04458
commit 1bc9b71f28
8 changed files with 22 additions and 22 deletions

View File

@ -1 +1 @@
0.24.98 0.25

View File

@ -6,8 +6,8 @@
This reference manual is for This reference manual is for
<!-- hledger 0.25.98 (the latest pre-0.25 HEAD). --> <!-- hledger 0.25.98 (the latest pre-0.25 HEAD). -->
[hledger 0.24.1](http://hackage.haskell.org/package/hledger-0.24.1) [hledger 0.25](http://hackage.haskell.org/package/hledger-0.25)
and [hledger-web 0.24.1](http://hackage.haskell.org/package/hledger-web-0.24.1). and [hledger-web 0.25](http://hackage.haskell.org/package/hledger-web-0.25).
<!-- Other versions: [0.22 Manual](0.22/manual). --> <!-- Other versions: [0.22 Manual](0.22/manual). -->
## Introduction ## Introduction

View File

@ -2,7 +2,7 @@ API-ish changes in hledger-lib.
User-visible changes appear in hledger's change log. User-visible changes appear in hledger's change log.
0.25 (unreleased) 0.25 (2015/4/7)
- GHC 7.10 compatibility (#239) - GHC 7.10 compatibility (#239)

View File

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

View File

@ -2,7 +2,7 @@ User-visible changes in hledger-web.
See also hledger's change log. See also hledger's change log.
0.25 (unreleased) 0.25 (2015/4/7)
- GHC 7.10 compatibility (#239) - GHC 7.10 compatibility (#239)

View File

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

View File

@ -1,7 +1,7 @@
User-visible changes in hledger and hledger-lib. User-visible changes in hledger and hledger-lib.
0.25 (unreleased) 0.25 (2015/4/7)
- GHC 7.10 compatibility (#239) - GHC 7.10 compatibility (#239)

View File

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