;bump version to 1.15.99

[ci skip]
This commit is contained in:
Simon Michael 2019-09-13 08:36:54 -07:00
parent e851bdf834
commit f65fc47185
18 changed files with 48 additions and 48 deletions

View File

@ -1 +1 @@
1.13
1.15.99

View File

@ -24,7 +24,7 @@ m4_dnl Links to dev and recent release versions of a manual.
m4_dnl The actual links are inserted dynamically by site.js, static generation was much too painful.
m4_dnl There should be a " (dev)" suffix here except when generating release docs.
m4_define({{_docversionlinks_}},m4_dnl
This doc is for version **_version_**
This doc is for version **_version_** (dev)
m4_dnl comment (dev) for releases, uncomment between releases:
m4_dnl (dev)
.

View File

@ -1 +1 @@
1.15.2
1.15.99

View File

@ -1,7 +1,7 @@
m4_dnl m4 macro definitions used in this package's docs.
m4_dnl
m4_dnl Program version. Updated by make setversion.
m4_define({{_version_}}, {{1.15.2}})m4_dnl
m4_define({{_version_}}, {{1.15.99}})m4_dnl
m4_dnl
m4_dnl Date to show in man pages. Updated by make setdate.
m4_define({{_monthyear_}}, {{September 2019}})m4_dnl

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 030f9139cc46202b3d02732e01d84b4d4e41b54e564e92c5ec2678b8e4a09931
-- hash: 5800a813057af070936e23a2a043e79ba8d5eadb30d8d9d8953b87b0599c4d23
name: hledger-lib
version: 1.15.2
version: 1.15.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.15.2
version: 1.15.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 +1 @@
1.15
1.15.99

View File

@ -1,7 +1,7 @@
m4_dnl m4 macro definitions used in this package's docs.
m4_dnl
m4_dnl Program version. Updated by make setversion.
m4_define({{_version_}}, {{1.15}})m4_dnl
m4_define({{_version_}}, {{1.15.99}})m4_dnl
m4_dnl
m4_dnl Date to show in man pages. Updated by make setdate.
m4_define({{_monthyear_}}, {{August 2019}})m4_dnl

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: ca03d666e614851f8555b154bc16d987c21f3f6805920c7d4e6f0abada02f63e
-- hash: e67b3a88332a7f2f449bef9062a1b88b69fa7a1cfaf9be253f502a54b31bfc69
name: hledger-ui
version: 1.15
version: 1.15.99
synopsis: Terminal user interface for the hledger accounting tool
description: This is hledger's terminal interface.
It is simpler and more convenient for browsing data than the command-line interface,
@ -64,7 +64,7 @@ executable hledger-ui
hs-source-dirs:
./.
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.15"
cpp-options: -DVERSION="1.15.99"
build-depends:
ansi-terminal >=0.6.2.3
, async
@ -76,8 +76,8 @@ executable hledger-ui
, directory
, filepath
, fsnotify >=0.2.1.2 && <0.4
, hledger >=1.15 && <1.16
, hledger-lib >=1.15 && <1.16
, hledger >=1.15.99 && <1.16
, hledger-lib >=1.15.99 && <1.16
, megaparsec >=7.0.0 && <8
, microlens >=0.4
, microlens-platform >=0.2.3.1

View File

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

View File

@ -1 +1 @@
1.15
1.15.99

View File

@ -1,7 +1,7 @@
m4_dnl m4 macro definitions used in this package's docs.
m4_dnl
m4_dnl Program version. Updated by make setversion.
m4_define({{_version_}}, {{1.15}})m4_dnl
m4_define({{_version_}}, {{1.15.99}})m4_dnl
m4_dnl
m4_dnl Date to show in man pages. Updated by make setdate.
m4_define({{_monthyear_}}, {{August 2019}})m4_dnl

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 1b0acc5e6bd4e330e088554e594bdead5ca89869d2472fd5ca2adeaa36a6dab8
-- hash: 51a049cca192a9e8f8aad9e033c6e8dec4dfebdb19e523e26cd81c1a7f418758
name: hledger-web
version: 1.15
version: 1.15.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
@ -151,7 +151,7 @@ library
hs-source-dirs:
./.
ghc-options: -Wall -fwarn-tabs
cpp-options: -DVERSION="1.15"
cpp-options: -DVERSION="1.15.99"
build-depends:
Decimal
, aeson
@ -169,8 +169,8 @@ library
, directory
, filepath
, hjsmin
, hledger >=1.15 && <1.16
, hledger-lib >=1.15 && <1.16
, hledger >=1.15.99 && <1.16
, hledger-lib >=1.15.99 && <1.16
, http-client
, http-conduit
, http-types
@ -211,7 +211,7 @@ executable hledger-web
hs-source-dirs:
app
ghc-options: -Wall -fwarn-tabs
cpp-options: -DVERSION="1.15"
cpp-options: -DVERSION="1.15.99"
build-depends:
base
, hledger-web

View File

@ -1,5 +1,5 @@
name: hledger-web
version: 1.15
version: 1.15.99
synopsis: Web interface for the hledger accounting tool
description: |
This is hledger's web interface.
@ -79,7 +79,7 @@ when:
library:
source-dirs: .
cpp-options: -DVERSION="1.15"
cpp-options: -DVERSION="1.15.99"
exposed-modules:
- Hledger.Web
- Hledger.Web.Application
@ -99,8 +99,8 @@ library:
- Hledger.Web.Widget.AddForm
- Hledger.Web.Widget.Common
dependencies:
- hledger-lib >=1.15 && <1.16
- hledger >=1.15 && <1.16
- hledger-lib >=1.15.99 && <1.16
- hledger >=1.15.99 && <1.16
- aeson
- base >=4.8 && <4.13
- blaze-html
@ -150,7 +150,7 @@ executables:
hledger-web:
source-dirs: app
main: main.hs
cpp-options: -DVERSION="1.15"
cpp-options: -DVERSION="1.15.99"
dependencies:
- base
- hledger-web
@ -167,7 +167,7 @@ executables:
# test:
# source-dirs: tests
# main: main.hs
# cpp-options: -DVERSION="1.15"
# cpp-options: -DVERSION="1.15.99"
# dependencies:
# - base
# - hledger-web

View File

@ -1 +1 @@
1.15.2
1.15.99

View File

@ -1,7 +1,7 @@
m4_dnl m4 macro definitions used in this package's docs.
m4_dnl
m4_dnl Program version. Updated by make setversion.
m4_define({{_version_}}, {{1.15.2}})m4_dnl
m4_define({{_version_}}, {{1.15.99}})m4_dnl
m4_dnl
m4_dnl Date to show in man pages. Updated by make setdate.
m4_define({{_monthyear_}}, {{September 2019}})m4_dnl

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 28124784347b85a45c54846f2cc24147e3b8b0ea1fefed8d1cac762bcf166682
-- hash: b864d03deb10457bee840db359d886fab19a33d56e673afa900265f845d17618
name: hledger
version: 1.15.2
version: 1.15.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
@ -143,7 +143,7 @@ library
other-modules:
Paths_hledger
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.15.2"
cpp-options: -DVERSION="1.15.99"
build-depends:
Decimal
, Diff
@ -160,7 +160,7 @@ library
, filepath
, hashable >=1.2.4
, haskeline >=0.6
, hledger-lib >=1.15.2 && <1.16
, hledger-lib >=1.15.99 && <1.16
, lucid
, math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8
@ -196,7 +196,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.15.2"
cpp-options: -DVERSION="1.15.99"
build-depends:
Decimal
, ansi-terminal >=0.6.2.3
@ -212,7 +212,7 @@ executable hledger
, filepath
, haskeline >=0.6
, hledger
, hledger-lib >=1.15.2 && <1.16
, hledger-lib >=1.15.99 && <1.16
, math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8
, mtl
@ -250,7 +250,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.15.2"
cpp-options: -DVERSION="1.15.99"
build-depends:
Decimal
, ansi-terminal >=0.6.2.3
@ -266,7 +266,7 @@ test-suite test
, filepath
, haskeline >=0.6
, hledger
, hledger-lib >=1.15.2 && <1.16
, hledger-lib >=1.15.99 && <1.16
, math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8
, mtl
@ -320,7 +320,7 @@ benchmark bench
, filepath
, haskeline >=0.6
, hledger
, hledger-lib >=1.15.2 && <1.16
, hledger-lib >=1.15.99 && <1.16
, html
, math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8

View File

@ -1,5 +1,5 @@
name: hledger
version: 1.15.2
version: 1.15.99
synopsis: Command-line interface for the hledger accounting tool
description: |
This is hledger's command-line interface.
@ -105,7 +105,7 @@ ghc-options:
- -optP-Wno-nonportable-include-path
dependencies:
- hledger-lib >=1.15.2 && <1.16
- hledger-lib >=1.15.99 && <1.16
- ansi-terminal >=0.6.2.3
- base >=4.8 && <4.13
- base-compat-batteries >=0.10.1 && <0.12
@ -148,7 +148,7 @@ when:
- terminfo
library:
cpp-options: -DVERSION="1.15.2"
cpp-options: -DVERSION="1.15.99"
exposed-modules:
- Hledger.Cli
- Hledger.Cli.Main
@ -195,7 +195,7 @@ executables:
hledger:
source-dirs: app
main: hledger-cli.hs
cpp-options: -DVERSION="1.15.2"
cpp-options: -DVERSION="1.15.99"
when:
- condition: flag(threaded)
ghc-options: -threaded
@ -206,7 +206,7 @@ tests:
test:
source-dirs: test
main: test.hs
cpp-options: -DVERSION="1.15.2"
cpp-options: -DVERSION="1.15.99"
dependencies:
- hledger
- test-framework