diff --git a/.version b/.version index 992221508..caa5383b5 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.26 +0.26.98 diff --git a/doc/manual.md b/doc/manual.md index 56c54edc7..b57f2b368 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -25,7 +25,7 @@ tested on unix, mac and windows. See [Download](download.html) for installation help. This manual is the reference for every part of hledger's functionality; -this version documents hledger and hledger-web 0.26 +this version documents hledger and hledger-web 0.26.98 If you find anything missing or incorrect, please report it as a bug. diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index c34d21bd1..a7385e936 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: hledger-lib -version: 0.26 +version: 0.26.98 stability: stable category: Finance, Console synopsis: Core data types, parsers and utilities for the hledger accounting tool. diff --git a/hledger-lib/package.yaml b/hledger-lib/package.yaml index 1c0dcd843..9627690cb 100644 --- a/hledger-lib/package.yaml +++ b/hledger-lib/package.yaml @@ -9,7 +9,7 @@ # - conditional blocks name : hledger-lib -version : '0.26' +version : '0.26.98' stability : stable category : Finance, Console synopsis : Core data types, parsers and utilities for the hledger accounting tool. diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index 53580f5b0..73f94d2ac 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: hledger-web -version: 0.26 +version: 0.26.98 stability: stable category: Finance synopsis: A web interface for the hledger accounting tool @@ -121,12 +121,12 @@ flag old-locale library ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans - cpp-options: -DVERSION="0.26" + cpp-options: -DVERSION="0.26.98" if flag(dev) || flag(library-only) cpp-options: -DDEVELOPMENT build-depends: - hledger-lib == 0.26 - , hledger == 0.26 + hledger-lib == 0.26.98 + , hledger == 0.26.98 , base >= 4 && < 5 , base-compat >= 0.8.1 , blaze-html @@ -193,12 +193,12 @@ executable hledger-web ghc-options: -threaded if flag(dev) ghc-options: -O0 - cpp-options: -DVERSION="0.26" + cpp-options: -DVERSION="0.26.98" if flag(dev) cpp-options: -DDEVELOPMENT build-depends: - hledger-lib == 0.26 - , hledger == 0.26 + hledger-lib == 0.26.98 + , hledger == 0.26.98 , base >= 4 && < 5 , base-compat >= 0.8.1 , blaze-html @@ -231,7 +231,7 @@ executable hledger-web , yesod-static , json , time >= 1.5 - , hledger-web == 0.26 + , hledger-web == 0.26.98 if flag(old-locale) build-depends: time < 1.5, old-locale else @@ -244,10 +244,10 @@ test-suite test hs-source-dirs: tests ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans - cpp-options: -DVERSION="0.26" + cpp-options: -DVERSION="0.26.98" build-depends: - hledger-lib == 0.26 - , hledger == 0.26 + hledger-lib == 0.26.98 + , hledger == 0.26.98 , base >= 4 && < 5 , base-compat >= 0.8.1 , blaze-html diff --git a/hledger-web/package.yaml b/hledger-web/package.yaml index cced87f01..74c1c071b 100644 --- a/hledger-web/package.yaml +++ b/hledger-web/package.yaml @@ -9,7 +9,7 @@ # - conditional blocks name : hledger-web -version : '0.26' +version : '0.26.98' stability : stable category : Finance synopsis : A web interface for the hledger accounting tool @@ -120,8 +120,8 @@ extra-source-files: # default: False dependencies: - - hledger-lib == 0.26 - - hledger == 0.26 + - hledger-lib == 0.26.98 + - hledger == 0.26.98 - base >= 4 && < 5 - base-compat >= 0.8.1 - blaze-html @@ -189,7 +189,7 @@ ghc-options: # # -- EmptyDataDecls # # -- NoMonomorphismRestriction -cpp-options: -DVERSION="0.26" +cpp-options: -DVERSION="0.26.98" # XXX # if flag(dev) || flag(library-only) # cpp-options: -DDEVELOPMENT @@ -229,7 +229,7 @@ executables: source-dirs: app main: main.hs dependencies: - - hledger-web == 0.26 + - hledger-web == 0.26.98 tests: test: diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 958b77d74..d7c2dd24a 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: hledger -version: 0.26 +version: 0.26.98 stability: stable category: Finance, Console synopsis: The main command-line interface for the hledger accounting tool. @@ -50,9 +50,9 @@ flag old-locale library ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans - cpp-options: -DVERSION="0.26" + cpp-options: -DVERSION="0.26.98" build-depends: - hledger-lib == 0.26 + hledger-lib == 0.26.98 , base >= 4.3 && < 5 , base-compat >= 0.8.1 , containers @@ -124,9 +124,9 @@ executable hledger ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -threaded if flag(threaded) ghc-options: -threaded - cpp-options: -DVERSION="0.26" + cpp-options: -DVERSION="0.26.98" build-depends: - hledger-lib == 0.26 + hledger-lib == 0.26.98 , base >= 4.3 && < 5 , base-compat >= 0.8.1 , containers @@ -153,7 +153,7 @@ executable hledger , terminfo , pretty-show >= 1.6.4 , time >= 1.5 - , hledger == 0.26 + , hledger == 0.26.98 if impl(ghc >= 7.10) build-depends: shakespeare >= 2.0.2.2 && < 2.1 else @@ -174,9 +174,9 @@ test-suite test hs-source-dirs: test ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans - cpp-options: -DVERSION="0.26" + cpp-options: -DVERSION="0.26.98" build-depends: - hledger-lib == 0.26 + hledger-lib == 0.26.98 , base >= 4.3 && < 5 , base-compat >= 0.8.1 , containers diff --git a/hledger/package.yaml b/hledger/package.yaml index 9f9127018..1bd41af90 100644 --- a/hledger/package.yaml +++ b/hledger/package.yaml @@ -9,7 +9,7 @@ # - conditional blocks name : hledger -version : '0.26' +version : '0.26.98' stability : stable category : Finance, Console synopsis : The main command-line interface for the hledger accounting tool. @@ -57,7 +57,7 @@ flag: if true then depend on time < 1.5 together with old-locale. dependencies: - - hledger-lib == 0.26 + - hledger-lib == 0.26.98 - base >= 4.3 && < 5 - base-compat >= 0.8.1 - containers @@ -111,7 +111,7 @@ ghc-options: -fno-warn-type-defaults -fno-warn-orphans -cpp-options: -DVERSION="0.26" +cpp-options: -DVERSION="0.26.98" library: # source-dirs: . # XXX includes Setup and uncommitted stuff @@ -142,7 +142,7 @@ executables: ghc-options: -threaded dependencies: - - hledger == 0.26 + - hledger == 0.26.98 tests: test: