bump version to 0.26.98

This commit is contained in:
Simon Michael 2015-08-12 22:49:04 -07:00
parent a9b2e5409c
commit 48e31d4f8c
8 changed files with 32 additions and 32 deletions

View File

@ -1 +1 @@
0.26
0.26.98

View File

@ -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
<!-- [hledger 0.25](http://hackage.haskell.org/package/hledger-0.25) -->
<!-- and [hledger-web 0.25](http://hackage.haskell.org/package/hledger-web-0.25). -->
If you find anything missing or incorrect, please report it as a bug.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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:

View File

@ -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

View File

@ -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: