From 8befcb83542c9194a059b6aa8997a31dfe8d7800 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 13 Dec 2013 18:28:45 -0800 Subject: [PATCH] bump version to 0.22, update tested-with & doc building --- Makefile | 4 ++-- VERSION | 2 +- hledger-lib/hledger-lib.cabal | 6 +++--- hledger-web/hledger-web.cabal | 18 +++++++++--------- hledger/hledger.cabal | 14 +++++++------- 5 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Makefile b/Makefile index 6d7fe4ed0..a4ea9c2c7 100644 --- a/Makefile +++ b/Makefile @@ -572,9 +572,9 @@ viewsite: site # ensure some old doc versions are in place: -oldsource: site/0.21 site/0.20 site/0.19 site/0.18 +oldsource: site/0.22 site/0.21 site/0.20 site/0.19 site/0.18 -site/0.21: +site/0.22: git archive --prefix site/0.21/ tags/0.21.3 '*.md' | tar xf - site/0.20: diff --git a/VERSION b/VERSION index eb7e2bed6..e34629406 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.21.98 +0.22 diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index 769ebaa81..6886f0302 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -1,5 +1,6 @@ name: hledger-lib -version: 0.21.98 +version: 0.22 +stability: beta category: Finance synopsis: Core data types, parsers and utilities for the hledger accounting tool. description: @@ -16,8 +17,7 @@ author: Simon Michael maintainer: Simon Michael homepage: http://hledger.org bug-reports: http://hledger.org/bugs -stability: beta -tested-with: GHC==7.2.2, GHC==7.4.2, GHC==7.6.1 +tested-with: GHC==7.4.2, GHC==7.6.3 cabal-version: >= 1.10 build-type: Simple -- data-dir: data diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index 779f77f4c..0bb439279 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -1,5 +1,6 @@ name: hledger-web -version: 0.21.98 +version: 0.22 +stability: beta category: Finance synopsis: A web interface for the hledger accounting tool. description: @@ -16,8 +17,7 @@ author: Simon Michael maintainer: Simon Michael homepage: http://hledger.org bug-reports: http://hledger.org/bugs -stability: beta -tested-with: GHC==7.4.2, GHC==7.6.1 +tested-with: GHC==7.4.2, GHC==7.6.3 cabal-version: >= 1.8 build-type: Simple extra-tmp-files: @@ -66,7 +66,7 @@ flag library-only Default: False library - cpp-options: -DVERSION="0.21.98" + cpp-options: -DVERSION="0.22" if flag(dev) || flag(library-only) cpp-options: -DDEVELOPMENT @@ -109,8 +109,8 @@ library Hledger.Web.Options -- Setup -- stops yesod devel complaining, requires build-depends: Cabal build-depends: - hledger == 0.21.98 - , hledger-lib == 0.21.98 + hledger == 0.22 + , hledger-lib == 0.22 , base >= 4 && < 5 , bytestring , clientsession @@ -157,7 +157,7 @@ executable hledger-web if flag(library-only) Buildable: False - cpp-options: -DVERSION="0.21.98" + cpp-options: -DVERSION="0.22" if flag(dev) cpp-options: -DDEVELOPMENT @@ -201,8 +201,8 @@ executable hledger-web Hledger.Web.Options build-depends: - hledger == 0.21.98 - , hledger-lib == 0.21.98 + hledger == 0.22 + , hledger-lib == 0.22 , base >= 4 && < 5 , bytestring , clientsession diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 1f46d75e3..03b585c86 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -1,6 +1,7 @@ name: hledger -- also in cpp-options below -version: 0.21.98 +version: 0.22 +stability: beta category: Finance synopsis: The main command-line interface for the hledger accounting tool. description: @@ -17,8 +18,7 @@ author: Simon Michael maintainer: Simon Michael homepage: http://hledger.org bug-reports: http://hledger.org/bugs -stability: beta -tested-with: GHC==7.2.2, GHC==7.4.2, GHC==7.6.1 +tested-with: GHC==7.4.2, GHC==7.6.3 cabal-version: >= 1.10 build-type: Simple -- data-dir: data @@ -41,7 +41,7 @@ flag threaded Default: True library - cpp-options: -DVERSION="0.21.98" + cpp-options: -DVERSION="0.22" ghc-options: -W -- should be the same as below exposed-modules: @@ -62,7 +62,7 @@ library Hledger.Cli.Stats -- should be the same as below build-depends: - hledger-lib == 0.21.98 + hledger-lib == 0.22 ,base >= 4.3 && < 5 -- ,cabal-file-th ,containers @@ -113,13 +113,13 @@ executable hledger Hledger.Cli.Print Hledger.Cli.Register Hledger.Cli.Stats - cpp-options: -DVERSION="0.21.98" + cpp-options: -DVERSION="0.22" ghc-options: -W if flag(threaded) ghc-options: -threaded -- should be the same as above build-depends: - hledger-lib == 0.21.98 + hledger-lib == 0.22 ,base >= 4.3 && < 5 ,containers ,cmdargs >= 0.10 && < 0.11