bump version to 1.19

This commit is contained in:
Simon Michael 2020-09-01 20:27:17 -07:00
parent 7aefa6f0ce
commit 3170cc7cbd
15 changed files with 40 additions and 40 deletions

View File

@ -1 +1 @@
1.18.99
1.19

View File

@ -1 +1 @@
1.18.99
1.19

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.18.99}})m4_dnl
m4_define({{_version_}}, {{1.19}})m4_dnl
m4_dnl
m4_dnl Date to show in man pages. Updated by make setdate.
m4_define({{_monthyear_}}, {{September 2020}})m4_dnl

View File

@ -1,5 +1,5 @@
name: hledger-lib
version: 1.18.99
version: 1.19
synopsis: A reusable library providing the core functionality of hledger
description: |
A reusable library containing hledger's core functionality.

View File

@ -1 +1 @@
1.18.99
1.19

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.18.99}})m4_dnl
m4_define({{_version_}}, {{1.19}})m4_dnl
m4_dnl
m4_dnl Date to show in man pages. Updated by make setdate.
m4_define({{_monthyear_}}, {{September 2020}})m4_dnl

View File

@ -1,5 +1,5 @@
name : hledger-ui
version : 1.18.99
version : 1.19
synopsis : Curses-style terminal interface for the hledger accounting system
description : |
A simple curses-style terminal user interface for the hledger accounting system.
@ -38,11 +38,11 @@ flags:
manual: false
default: true
cpp-options: -DVERSION="1.18.99"
cpp-options: -DVERSION="1.19"
dependencies:
- hledger-lib >=1.18.99 && <1.19
- hledger >=1.18.99 && <1.19
- hledger-lib >=1.19 && <1.20
- hledger >=1.19 && <1.20
- ansi-terminal >=0.9
- async
- base >=4.9 && <4.15

View File

@ -1 +1 @@
1.18.99
1.19

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.18.99}})m4_dnl
m4_define({{_version_}}, {{1.19}})m4_dnl
m4_dnl
m4_dnl Date to show in man pages. Updated by make setdate.
m4_define({{_monthyear_}}, {{September 2020}})m4_dnl

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 2aff2dccf8a9b7ff6241ed2027b3d01f1d3c37b3a4f7bbd6120126c1e42112b5
-- hash: 3781a0068e7647eb59ffb0c20198955f86df134e69d18ed657cbddf233258217
name: hledger-web
version: 1.18.99
version: 1.19
synopsis: Web-based user interface for the hledger accounting system
description: A simple web-based user interface for the hledger accounting system,
providing a more modern UI than the command-line or terminal interfaces.
@ -151,7 +151,7 @@ library
hs-source-dirs:
./.
ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints
cpp-options: -DVERSION="1.18.99"
cpp-options: -DVERSION="1.19"
build-depends:
Decimal >=0.5.1
, aeson >=1
@ -170,8 +170,8 @@ library
, extra >=1.6.3
, filepath
, hjsmin
, hledger >=1.18.99 && <1.19
, hledger-lib >=1.18.99 && <1.19
, hledger >=1.19 && <1.20
, hledger-lib >=1.19 && <1.20
, http-client
, http-conduit
, http-types
@ -210,7 +210,7 @@ executable hledger-web
hs-source-dirs:
app
ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints
cpp-options: -DVERSION="1.18.99"
cpp-options: -DVERSION="1.19"
build-depends:
base
, hledger-web

View File

@ -1,5 +1,5 @@
name: hledger-web
version: 1.18.99
version: 1.19
synopsis: Web-based user interface for the hledger accounting system
description: |
A simple web-based user interface for the hledger accounting system,
@ -81,7 +81,7 @@ when:
library:
source-dirs: .
cpp-options: -DVERSION="1.18.99"
cpp-options: -DVERSION="1.19"
exposed-modules:
- Hledger.Web
- Hledger.Web.Application
@ -100,8 +100,8 @@ library:
- Hledger.Web.Widget.AddForm
- Hledger.Web.Widget.Common
dependencies:
- hledger-lib >=1.18.99 && <1.19
- hledger >=1.18.99 && <1.19
- hledger-lib >=1.19 && <1.20
- hledger >=1.19 && <1.20
- aeson >=1
- base >=4.9 && <4.15
- blaze-html
@ -149,7 +149,7 @@ executables:
hledger-web:
source-dirs: app
main: main.hs
cpp-options: -DVERSION="1.18.99"
cpp-options: -DVERSION="1.19"
dependencies:
- base
- hledger-web
@ -165,7 +165,7 @@ executables:
# source-dirs: test
# main: test.hs
# other-modules: [] # prevent double compilation, https://github.com/sol/hpack/issues/188
# cpp-options: -DVERSION="1.18.99"
# cpp-options: -DVERSION="1.19"
# dependencies:
# - base
# - hledger-web

View File

@ -1 +1 @@
1.18.99
1.19

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.18.99}})m4_dnl
m4_define({{_version_}}, {{1.19}})m4_dnl
m4_dnl
m4_dnl Date to show in man pages. Updated by make setdate.
m4_define({{_monthyear_}}, {{September 2020}})m4_dnl

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 642a4e2af7445ccfcbd2131a956f6c369dd15c7ee09c3f2480080c98cf52c273
-- hash: 57200bf2d62853fd94cae6fdd76f98cd03cfba2b551e706fc6ac8e7650796c7f
name: hledger
version: 1.18.99
version: 1.19
synopsis: Command-line interface for the hledger accounting system
description: The command-line interface for the hledger accounting system.
Its basic function is to read a plain text file describing
@ -148,7 +148,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.18.99"
cpp-options: -DVERSION="1.19"
build-depends:
Decimal >=0.5.1
, Diff
@ -165,7 +165,7 @@ library
, filepath
, hashable >=1.2.4
, haskeline >=0.6
, hledger-lib >=1.18.99 && <1.19
, hledger-lib >=1.19 && <1.20
, lucid
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <8.1
@ -201,7 +201,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.18.99"
cpp-options: -DVERSION="1.19"
build-depends:
Decimal >=0.5.1
, aeson >=1
@ -217,7 +217,7 @@ executable hledger
, filepath
, haskeline >=0.6
, hledger
, hledger-lib >=1.18.99 && <1.19
, hledger-lib >=1.19 && <1.20
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <8.1
, mtl >=2.2.1
@ -253,7 +253,7 @@ test-suite unittest
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.18.99"
cpp-options: -DVERSION="1.19"
build-depends:
Decimal >=0.5.1
, aeson >=1
@ -269,7 +269,7 @@ test-suite unittest
, filepath
, haskeline >=0.6
, hledger
, hledger-lib >=1.18.99 && <1.19
, hledger-lib >=1.19 && <1.20
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <8.1
, mtl >=2.2.1
@ -319,7 +319,7 @@ benchmark bench
, filepath
, haskeline >=0.6
, hledger
, hledger-lib >=1.18.99 && <1.19
, hledger-lib >=1.19 && <1.20
, html
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <8.1

View File

@ -1,5 +1,5 @@
name: hledger
version: 1.18.99
version: 1.19
synopsis: Command-line interface for the hledger accounting system
description: |
The command-line interface for the hledger accounting system.
@ -108,7 +108,7 @@ ghc-options:
- -optP-Wno-nonportable-include-path
dependencies:
- hledger-lib >=1.18.99 && <1.19
- hledger-lib >=1.19 && <1.20
- aeson >=1
- ansi-terminal >=0.9
- base >=4.9 && <4.15
@ -151,7 +151,7 @@ when:
- terminfo
library:
cpp-options: -DVERSION="1.18.99"
cpp-options: -DVERSION="1.19"
exposed-modules:
- Hledger.Cli
- Hledger.Cli.Main
@ -201,7 +201,7 @@ executables:
hledger:
source-dirs: app
main: hledger-cli.hs
cpp-options: -DVERSION="1.18.99"
cpp-options: -DVERSION="1.19"
when:
- condition: flag(threaded)
ghc-options: -threaded
@ -213,7 +213,7 @@ tests:
source-dirs: test
main: unittest.hs
other-modules: [] # prevent double compilation, https://github.com/sol/hpack/issues/188
cpp-options: -DVERSION="1.18.99"
cpp-options: -DVERSION="1.19"
dependencies:
- hledger