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 macro definitions used in this package's docs.
m4_dnl m4_dnl
m4_dnl Program version. Updated by make setversion. 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
m4_dnl Date to show in man pages. Updated by make setdate. m4_dnl Date to show in man pages. Updated by make setdate.
m4_define({{_monthyear_}}, {{September 2020}})m4_dnl m4_define({{_monthyear_}}, {{September 2020}})m4_dnl

View File

@ -1,5 +1,5 @@
name: hledger-lib name: hledger-lib
version: 1.18.99 version: 1.19
synopsis: A reusable library providing the core functionality of hledger synopsis: A reusable library providing the core functionality of hledger
description: | description: |
A reusable library containing hledger's core functionality. 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 macro definitions used in this package's docs.
m4_dnl m4_dnl
m4_dnl Program version. Updated by make setversion. 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
m4_dnl Date to show in man pages. Updated by make setdate. m4_dnl Date to show in man pages. Updated by make setdate.
m4_define({{_monthyear_}}, {{September 2020}})m4_dnl m4_define({{_monthyear_}}, {{September 2020}})m4_dnl

View File

@ -1,5 +1,5 @@
name : hledger-ui name : hledger-ui
version : 1.18.99 version : 1.19
synopsis : Curses-style terminal interface for the hledger accounting system synopsis : Curses-style terminal interface for the hledger accounting system
description : | description : |
A simple curses-style terminal user interface for the hledger accounting system. A simple curses-style terminal user interface for the hledger accounting system.
@ -38,11 +38,11 @@ flags:
manual: false manual: false
default: true default: true
cpp-options: -DVERSION="1.18.99" cpp-options: -DVERSION="1.19"
dependencies: dependencies:
- hledger-lib >=1.18.99 && <1.19 - hledger-lib >=1.19 && <1.20
- hledger >=1.18.99 && <1.19 - hledger >=1.19 && <1.20
- ansi-terminal >=0.9 - ansi-terminal >=0.9
- async - async
- base >=4.9 && <4.15 - 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 macro definitions used in this package's docs.
m4_dnl m4_dnl
m4_dnl Program version. Updated by make setversion. 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
m4_dnl Date to show in man pages. Updated by make setdate. m4_dnl Date to show in man pages. Updated by make setdate.
m4_define({{_monthyear_}}, {{September 2020}})m4_dnl m4_define({{_monthyear_}}, {{September 2020}})m4_dnl

View File

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

View File

@ -1,5 +1,5 @@
name: hledger-web name: hledger-web
version: 1.18.99 version: 1.19
synopsis: Web-based user interface for the hledger accounting system synopsis: Web-based user interface for the hledger accounting system
description: | description: |
A simple web-based user interface for the hledger accounting system, A simple web-based user interface for the hledger accounting system,
@ -81,7 +81,7 @@ when:
library: library:
source-dirs: . source-dirs: .
cpp-options: -DVERSION="1.18.99" cpp-options: -DVERSION="1.19"
exposed-modules: exposed-modules:
- Hledger.Web - Hledger.Web
- Hledger.Web.Application - Hledger.Web.Application
@ -100,8 +100,8 @@ library:
- Hledger.Web.Widget.AddForm - Hledger.Web.Widget.AddForm
- Hledger.Web.Widget.Common - Hledger.Web.Widget.Common
dependencies: dependencies:
- hledger-lib >=1.18.99 && <1.19 - hledger-lib >=1.19 && <1.20
- hledger >=1.18.99 && <1.19 - hledger >=1.19 && <1.20
- aeson >=1 - aeson >=1
- base >=4.9 && <4.15 - base >=4.9 && <4.15
- blaze-html - blaze-html
@ -149,7 +149,7 @@ executables:
hledger-web: hledger-web:
source-dirs: app source-dirs: app
main: main.hs main: main.hs
cpp-options: -DVERSION="1.18.99" cpp-options: -DVERSION="1.19"
dependencies: dependencies:
- base - base
- hledger-web - hledger-web
@ -165,7 +165,7 @@ executables:
# source-dirs: test # source-dirs: test
# main: test.hs # main: test.hs
# other-modules: [] # prevent double compilation, https://github.com/sol/hpack/issues/188 # other-modules: [] # prevent double compilation, https://github.com/sol/hpack/issues/188
# cpp-options: -DVERSION="1.18.99" # cpp-options: -DVERSION="1.19"
# dependencies: # dependencies:
# - base # - base
# - hledger-web # - 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 macro definitions used in this package's docs.
m4_dnl m4_dnl
m4_dnl Program version. Updated by make setversion. 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
m4_dnl Date to show in man pages. Updated by make setdate. m4_dnl Date to show in man pages. Updated by make setdate.
m4_define({{_monthyear_}}, {{September 2020}})m4_dnl m4_define({{_monthyear_}}, {{September 2020}})m4_dnl

View File

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

View File

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