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. installation help.
This manual is the reference for every part of hledger's functionality; 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) --> <!-- [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). --> <!-- 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. 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 -- see: https://github.com/sol/hpack
name: hledger-lib name: hledger-lib
version: 0.26 version: 0.26.98
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

@ -9,7 +9,7 @@
# - conditional blocks # - conditional blocks
name : hledger-lib name : hledger-lib
version : '0.26' version : '0.26.98'
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

@ -3,7 +3,7 @@
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
name: hledger-web name: hledger-web
version: 0.26 version: 0.26.98
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
@ -121,12 +121,12 @@ flag old-locale
library library
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans 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) if flag(dev) || flag(library-only)
cpp-options: -DDEVELOPMENT cpp-options: -DDEVELOPMENT
build-depends: build-depends:
hledger-lib == 0.26 hledger-lib == 0.26.98
, hledger == 0.26 , hledger == 0.26.98
, base >= 4 && < 5 , base >= 4 && < 5
, base-compat >= 0.8.1 , base-compat >= 0.8.1
, blaze-html , blaze-html
@ -193,12 +193,12 @@ executable hledger-web
ghc-options: -threaded ghc-options: -threaded
if flag(dev) if flag(dev)
ghc-options: -O0 ghc-options: -O0
cpp-options: -DVERSION="0.26" cpp-options: -DVERSION="0.26.98"
if flag(dev) if flag(dev)
cpp-options: -DDEVELOPMENT cpp-options: -DDEVELOPMENT
build-depends: build-depends:
hledger-lib == 0.26 hledger-lib == 0.26.98
, hledger == 0.26 , hledger == 0.26.98
, base >= 4 && < 5 , base >= 4 && < 5
, base-compat >= 0.8.1 , base-compat >= 0.8.1
, blaze-html , blaze-html
@ -231,7 +231,7 @@ executable hledger-web
, yesod-static , yesod-static
, json , json
, time >= 1.5 , time >= 1.5
, hledger-web == 0.26 , hledger-web == 0.26.98
if flag(old-locale) if flag(old-locale)
build-depends: time < 1.5, old-locale build-depends: time < 1.5, old-locale
else else
@ -244,10 +244,10 @@ test-suite test
hs-source-dirs: hs-source-dirs:
tests tests
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans 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: build-depends:
hledger-lib == 0.26 hledger-lib == 0.26.98
, hledger == 0.26 , hledger == 0.26.98
, base >= 4 && < 5 , base >= 4 && < 5
, base-compat >= 0.8.1 , base-compat >= 0.8.1
, blaze-html , blaze-html

View File

@ -9,7 +9,7 @@
# - conditional blocks # - conditional blocks
name : hledger-web name : hledger-web
version : '0.26' version : '0.26.98'
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
@ -120,8 +120,8 @@ extra-source-files:
# default: False # default: False
dependencies: dependencies:
- hledger-lib == 0.26 - hledger-lib == 0.26.98
- hledger == 0.26 - hledger == 0.26.98
- base >= 4 && < 5 - base >= 4 && < 5
- base-compat >= 0.8.1 - base-compat >= 0.8.1
- blaze-html - blaze-html
@ -189,7 +189,7 @@ ghc-options:
# # -- EmptyDataDecls # # -- EmptyDataDecls
# # -- NoMonomorphismRestriction # # -- NoMonomorphismRestriction
cpp-options: -DVERSION="0.26" cpp-options: -DVERSION="0.26.98"
# XXX # XXX
# if flag(dev) || flag(library-only) # if flag(dev) || flag(library-only)
# cpp-options: -DDEVELOPMENT # cpp-options: -DDEVELOPMENT
@ -229,7 +229,7 @@ executables:
source-dirs: app source-dirs: app
main: main.hs main: main.hs
dependencies: dependencies:
- hledger-web == 0.26 - hledger-web == 0.26.98
tests: tests:
test: test:

View File

@ -3,7 +3,7 @@
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
name: hledger name: hledger
version: 0.26 version: 0.26.98
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.
@ -50,9 +50,9 @@ flag old-locale
library library
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans 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: build-depends:
hledger-lib == 0.26 hledger-lib == 0.26.98
, base >= 4.3 && < 5 , base >= 4.3 && < 5
, base-compat >= 0.8.1 , base-compat >= 0.8.1
, containers , 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 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) if flag(threaded)
ghc-options: -threaded ghc-options: -threaded
cpp-options: -DVERSION="0.26" cpp-options: -DVERSION="0.26.98"
build-depends: build-depends:
hledger-lib == 0.26 hledger-lib == 0.26.98
, base >= 4.3 && < 5 , base >= 4.3 && < 5
, base-compat >= 0.8.1 , base-compat >= 0.8.1
, containers , containers
@ -153,7 +153,7 @@ executable hledger
, terminfo , terminfo
, pretty-show >= 1.6.4 , pretty-show >= 1.6.4
, time >= 1.5 , time >= 1.5
, hledger == 0.26 , hledger == 0.26.98
if impl(ghc >= 7.10) if impl(ghc >= 7.10)
build-depends: shakespeare >= 2.0.2.2 && < 2.1 build-depends: shakespeare >= 2.0.2.2 && < 2.1
else else
@ -174,9 +174,9 @@ test-suite test
hs-source-dirs: hs-source-dirs:
test test
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans 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: build-depends:
hledger-lib == 0.26 hledger-lib == 0.26.98
, base >= 4.3 && < 5 , base >= 4.3 && < 5
, base-compat >= 0.8.1 , base-compat >= 0.8.1
, containers , containers

View File

@ -9,7 +9,7 @@
# - conditional blocks # - conditional blocks
name : hledger name : hledger
version : '0.26' version : '0.26.98'
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.
@ -57,7 +57,7 @@ flag:
if true then depend on time < 1.5 together with old-locale. if true then depend on time < 1.5 together with old-locale.
dependencies: dependencies:
- hledger-lib == 0.26 - hledger-lib == 0.26.98
- base >= 4.3 && < 5 - base >= 4.3 && < 5
- base-compat >= 0.8.1 - base-compat >= 0.8.1
- containers - containers
@ -111,7 +111,7 @@ ghc-options:
-fno-warn-type-defaults -fno-warn-type-defaults
-fno-warn-orphans -fno-warn-orphans
cpp-options: -DVERSION="0.26" cpp-options: -DVERSION="0.26.98"
library: library:
# source-dirs: . # XXX includes Setup and uncommitted stuff # source-dirs: . # XXX includes Setup and uncommitted stuff
@ -142,7 +142,7 @@ executables:
ghc-options: ghc-options:
-threaded -threaded
dependencies: dependencies:
- hledger == 0.26 - hledger == 0.26.98
tests: tests:
test: test: