bump version to 1.9.99

This commit is contained in:
Simon Michael 2018-04-04 15:26:56 +01:00
parent 7565687fcb
commit 4ea02bf1cb
12 changed files with 51 additions and 51 deletions

View File

@ -1 +1 @@
1.9
1.9.99

View File

@ -8,7 +8,7 @@ m4_define({{_webcombined_}}, m4_ifdef({{WEB && COMBINED}},{{$1}}) )m4_dnl
m4_dnl
m4_define({{_author_}}, {{}})m4_dnl
m4_define({{_monthyear_}}, {{March 2018}})m4_dnl
m4_define({{_version_}}, {{1.9}})m4_dnl
m4_define({{_version_}}, {{1.9.99}})m4_dnl
m4_dnl
m4_dnl Links to dev and recent release versions of a manual.
m4_dnl $1 is the manual's web slug: hledger, hledger-ui, journal, csv etc.

View File

@ -2,10 +2,10 @@
--
-- see: https://github.com/sol/hpack
--
-- hash: f3634e33165cee47d5e654d9261a1c38195c0466a0c52c659e5833033a73416a
-- hash: c1aecc57a80b7a88ba2774d93d5b1eedc43d04d6dbae964ce94307b643868534
name: hledger-api
version: 1.9
version: 1.9.99
synopsis: Web API server for the hledger accounting tool
description: This is a simple web API server for hledger data.
It comes with a series of simple client-side web app examples.
@ -44,7 +44,7 @@ source-repository head
executable hledger-api
main-is: hledger-api.hs
ghc-options: -threaded
cpp-options: -DVERSION="1.9"
cpp-options: -DVERSION="1.9.99"
build-depends:
Decimal
, aeson
@ -53,8 +53,8 @@ executable hledger-api
, containers
, docopt
, either
, hledger >=1.9 && <2.0
, hledger-lib >=1.9 && <2.0
, hledger >=1.9.99 && <2.0
, hledger-lib >=1.9.99 && <2.0
, microlens >=0.4
, microlens-platform >=0.2.3.1
, safe

View File

@ -36,12 +36,12 @@ import Text.Printf
import Hledger.Query
import Hledger.Cli hiding (Reader, version)
hledgerApiVersion="1.9"
hledgerApiVersion="1.9.99"
-- https://github.com/docopt/docopt.hs#readme
doc :: Docopt
doc = [docopt|
hledger-api 1.9
hledger-api 1.9.99
Serves hledger data and reports as a JSON web API.

View File

@ -1,5 +1,5 @@
name: hledger-api
version: '1.9'
version: '1.9.99'
synopsis: Web API server for the hledger accounting tool
description: |
This is a simple web API server for hledger data.
@ -32,8 +32,8 @@ extra-source-files:
#data-files:
dependencies:
- hledger-lib >=1.9 && <2.0
- hledger >=1.9 && <2.0
- hledger-lib >=1.9.99 && <2.0
- hledger >=1.9.99 && <2.0
- base >=4.8 && <4.12
- aeson
- bytestring
@ -57,4 +57,4 @@ executables:
hledger-api:
main: hledger-api.hs
ghc-options: -threaded
cpp-options: -DVERSION="1.9"
cpp-options: -DVERSION="1.9.99"

View File

@ -2,10 +2,10 @@
--
-- see: https://github.com/sol/hpack
--
-- hash: 151fb38a89818af88d66f068ef87e0af6f8497b1ef11ab825558b8147952c88d
-- hash: 2ba00fa0b37a2a5d903566a6ec259c54c68de78ae3de2a27e3f8a071816b2712
name: hledger-lib
version: 1.9
version: 1.9.99
synopsis: Core data types, parsers and functionality for the hledger accounting tools
description: This is a reusable library containing hledger's core functionality.
.

View File

@ -1,5 +1,5 @@
name: hledger-lib
version: '1.9'
version: '1.9.99'
synopsis: Core data types, parsers and functionality for the hledger accounting tools
description: |
This is a reusable library containing hledger's core functionality.

View File

@ -1,5 +1,5 @@
name : hledger-ui
version : '1.9'
version : '1.9.99'
synopsis : Curses-style user interface for the hledger accounting tool
description : |
This is hledger's curses-style interface.
@ -37,11 +37,11 @@ flags:
manual: false
default: true
cpp-options: -DVERSION="1.9"
cpp-options: -DVERSION="1.9.99"
dependencies:
- hledger >=1.9 && <2.0
- hledger-lib >=1.9 && <2.0
- hledger >=1.9.99 && <2.0
- hledger-lib >=1.9.99 && <2.0
- ansi-terminal >=0.6.2.3
- async
- base >=4.8 && <4.12

View File

@ -2,10 +2,10 @@
--
-- see: https://github.com/sol/hpack
--
-- hash: 9bcbee0a35b7edb9342cc7f08113385a491beb872a21b2f157a65106c4dea4dd
-- hash: 9ed266dc999899788c21fd578199b9e538208aab91294e22147f54f06a373373
name: hledger-web
version: 1.9
version: 1.9.99
synopsis: Web interface for the hledger accounting tool
description: This is hledger's web interface.
It provides a more user-friendly and collaborative UI than the
@ -122,7 +122,7 @@ flag threaded
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="1.9"
cpp-options: -DVERSION="1.9.99"
build-depends:
HUnit
, base >=4.8 && <4.12
@ -137,8 +137,8 @@ library
, directory
, filepath
, hjsmin
, hledger >=1.9 && <2.0
, hledger-lib >=1.9 && <2.0
, hledger >=1.9.99 && <2.0
, hledger-lib >=1.9.99 && <2.0
, http-client
, http-conduit
, json
@ -190,7 +190,7 @@ executable hledger-web
hs-source-dirs:
app
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="1.9"
cpp-options: -DVERSION="1.9.99"
build-depends:
HUnit
, base >=4.8 && <4.12
@ -205,8 +205,8 @@ executable hledger-web
, directory
, filepath
, hjsmin
, hledger >=1.9 && <2.0
, hledger-lib >=1.9 && <2.0
, hledger >=1.9.99 && <2.0
, hledger-lib >=1.9.99 && <2.0
, hledger-web
, http-client
, http-conduit
@ -247,7 +247,7 @@ 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="1.9"
cpp-options: -DVERSION="1.9.99"
build-depends:
HUnit
, base >=4.8 && <4.12
@ -262,8 +262,8 @@ test-suite test
, directory
, filepath
, hjsmin
, hledger >=1.9 && <2.0
, hledger-lib >=1.9 && <2.0
, hledger >=1.9.99 && <2.0
, hledger-lib >=1.9.99 && <2.0
, hledger-web
, hspec
, http-client

View File

@ -1,5 +1,5 @@
name: hledger-web
version: '1.9'
version: '1.9.99'
synopsis: Web interface for the hledger accounting tool
description: |
This is hledger's web interface.
@ -62,8 +62,8 @@ flags:
default: true
dependencies:
- hledger-lib >=1.9 && <2.0
- hledger >=1.9 && <2.0
- hledger-lib >=1.9.99 && <2.0
- hledger >=1.9.99 && <2.0
- base >=4.8 && <4.12
- base-compat >=0.8.1
- blaze-html
@ -114,7 +114,7 @@ ghc-options:
- -fno-warn-orphans
library:
cpp-options: -DVERSION="1.9"
cpp-options: -DVERSION="1.9.99"
exposed-modules:
- Application
- Foundation
@ -137,7 +137,7 @@ executables:
hledger-web:
source-dirs: app
main: main.hs
cpp-options: -DVERSION="1.9"
cpp-options: -DVERSION="1.9.99"
dependencies:
- hledger-web
when:
@ -150,7 +150,7 @@ tests:
test:
source-dirs: tests
main: main.hs
cpp-options: -DVERSION="1.9"
cpp-options: -DVERSION="1.9.99"
dependencies:
- hledger-web
- hspec

View File

@ -2,10 +2,10 @@
--
-- see: https://github.com/sol/hpack
--
-- hash: 99eb38f5627e64b90fe33622dba3444cfb4f1d57f69c12b19731fb061f2b896a
-- hash: 7ee6d38544539ea9fb0fc3cb73cb09756e9f3d951baf5d0b4308b7915d644c2c
name: hledger
version: 1.9
version: 1.9.99
synopsis: Command-line interface for the hledger accounting tool
description: This is hledger's command-line interface.
Its basic function is to read a plain text file describing
@ -78,7 +78,7 @@ flag threaded
library
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.9"
cpp-options: -DVERSION="1.9.99"
build-depends:
Decimal
, Diff
@ -97,7 +97,7 @@ library
, hashable >=1.2.4
, haskeline >=0.6
, here
, hledger-lib >=1.9 && <2.0
, hledger-lib >=1.9.99 && <2.0
, lucid
, megaparsec >=5.0
, mtl
@ -161,7 +161,7 @@ executable hledger
hs-source-dirs:
app
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.9"
cpp-options: -DVERSION="1.9.99"
build-depends:
Decimal
, HUnit
@ -179,7 +179,7 @@ executable hledger
, haskeline >=0.6
, here
, hledger
, hledger-lib >=1.9 && <2.0
, hledger-lib >=1.9.99 && <2.0
, mtl
, mtl-compat
, old-time
@ -213,7 +213,7 @@ 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 -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.9"
cpp-options: -DVERSION="1.9.99"
build-depends:
Decimal
, HUnit
@ -231,7 +231,7 @@ test-suite test
, haskeline >=0.6
, here
, hledger
, hledger-lib >=1.9 && <2.0
, hledger-lib >=1.9.99 && <2.0
, mtl
, mtl-compat
, old-time
@ -275,7 +275,7 @@ benchmark bench
, filepath
, here
, hledger
, hledger-lib >=1.9 && <2.0
, hledger-lib >=1.9.99 && <2.0
, html
, pretty-show >=1.6.4
, process

View File

@ -1,5 +1,5 @@
name: hledger
version: '1.9'
version: '1.9.99'
synopsis: Command-line interface for the hledger accounting tool
description: |
This is hledger's command-line interface.
@ -92,7 +92,7 @@ dependencies:
- tabular >=0.2
- time >=1.5
- utility-ht >=0.0.13
- hledger-lib >=1.9 && <2.0
- hledger-lib >=1.9.99 && <2.0
when:
- condition: (!(os(windows))) && (flag(terminfo))
@ -100,7 +100,7 @@ when:
- terminfo
library:
cpp-options: -DVERSION="1.9"
cpp-options: -DVERSION="1.9.99"
exposed-modules:
- Hledger.Cli
- Hledger.Cli.Main
@ -161,7 +161,7 @@ executables:
hledger:
source-dirs: app
main: hledger-cli.hs
cpp-options: -DVERSION="1.9"
cpp-options: -DVERSION="1.9.99"
when:
- condition: flag(threaded)
ghc-options: -threaded
@ -191,7 +191,7 @@ tests:
test:
source-dirs: test
main: test.hs
cpp-options: -DVERSION="1.9"
cpp-options: -DVERSION="1.9.99"
dependencies:
- hledger
- bytestring