;bump version to 1.17

This commit is contained in:
Simon Michael 2020-03-01 17:24:48 -08:00
parent 889767f1bd
commit ba44d00bed
17 changed files with 51 additions and 51 deletions

View File

@ -1 +1 @@
1.16.99
1.17

View File

@ -1 +1 @@
1.16.99
1.17

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

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: b2d61a17ecf73fc45a71e15b9cfcc938446838dd30dc450b298e013aef0bc49d
-- hash: f5274e0b1e9c6d9905067b402a1341526b232258f6883c0b5a12be5e17f53566
name: hledger-lib
version: 1.16.99
version: 1.17
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.16.99
version: 1.17
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.16.99
1.17

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

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: d942fc87bbac017bc0a5197bc1feb35efafada2078e43679bbf7a56085fcfdd7
-- hash: 213c49d0810f2c059db814d1b2061308fd506bff19e7a8a526fa957e6ce19f7c
name: hledger-ui
version: 1.16.99
version: 1.17
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.16.99"
cpp-options: -DVERSION="1.17"
build-depends:
ansi-terminal >=0.6.2.3
, async
@ -77,8 +77,8 @@ executable hledger-ui
, extra >=1.6.3
, filepath
, fsnotify >=0.2.1.2 && <0.4
, hledger >=1.16.99 && <1.17
, hledger-lib >=1.16.99 && <1.17
, hledger >=1.17 && <1.18
, hledger-lib >=1.17 && <1.18
, megaparsec >=7.0.0 && <8.1
, microlens >=0.4
, microlens-platform >=0.2.3.1

View File

@ -1,5 +1,5 @@
name : hledger-ui
version : 1.16.99
version : 1.17
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.16.99"
cpp-options: -DVERSION="1.17"
dependencies:
- hledger-lib >=1.16.99 && <1.17
- hledger >=1.16.99 && <1.17
- hledger-lib >=1.17 && <1.18
- hledger >=1.17 && <1.18
- ansi-terminal >=0.6.2.3
- async
- base >=4.9 && <4.15

View File

@ -1 +1 @@
1.16.99
1.17

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

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: dd4bb49b5cd4a8ee266157471b2bb79610dca13664cd3e4f2358c139d81227d3
-- hash: 2c0109e45116e93b2abdc1aae22e0c89f68359000126703cd923475027270abe
name: hledger-web
version: 1.16.99
version: 1.17
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
@ -150,7 +150,7 @@ library
hs-source-dirs:
./.
ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints
cpp-options: -DVERSION="1.16.99"
cpp-options: -DVERSION="1.17"
build-depends:
Decimal
, aeson
@ -169,8 +169,8 @@ library
, extra >=1.6.3
, filepath
, hjsmin
, hledger >=1.16.99 && <1.17
, hledger-lib >=1.16.99 && <1.17
, hledger >=1.17 && <1.18
, hledger-lib >=1.17 && <1.18
, http-client
, http-conduit
, http-types
@ -208,7 +208,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.16.99"
cpp-options: -DVERSION="1.17"
build-depends:
base
, hledger-web

View File

@ -1,5 +1,5 @@
name: hledger-web
version: 1.16.99
version: 1.17
synopsis: Web interface for the hledger accounting tool
description: |
This is hledger's web interface.
@ -77,7 +77,7 @@ when:
library:
source-dirs: .
cpp-options: -DVERSION="1.16.99"
cpp-options: -DVERSION="1.17"
exposed-modules:
- Hledger.Web
- Hledger.Web.Application
@ -96,8 +96,8 @@ library:
- Hledger.Web.Widget.AddForm
- Hledger.Web.Widget.Common
dependencies:
- hledger-lib >=1.16.99 && <1.17
- hledger >=1.16.99 && <1.17
- hledger-lib >=1.17 && <1.18
- hledger >=1.17 && <1.18
- aeson
- base >=4.9 && <4.15
- blaze-html
@ -144,7 +144,7 @@ executables:
hledger-web:
source-dirs: app
main: main.hs
cpp-options: -DVERSION="1.16.99"
cpp-options: -DVERSION="1.17"
dependencies:
- base
- hledger-web
@ -160,7 +160,7 @@ executables:
# source-dirs: test
# main: test.hs
# other-modules: [] # prevent double compilation, https://github.com/sol/hpack/issues/188
# cpp-options: -DVERSION="1.16.99"
# cpp-options: -DVERSION="1.17"
# dependencies:
# - base
# - hledger-web

View File

@ -1 +1 @@
1.16.99
1.17

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

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 62e91c42704c827d860f45861906a26cc47a7bb86090207b35e769861a64b919
-- hash: 95ffc6621bdcea619575415cd0639c5df17eea42f6f67b65ca29d69e9a585a8f
name: hledger
version: 1.16.99
version: 1.17
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
@ -144,7 +144,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.16.99"
cpp-options: -DVERSION="1.17"
build-depends:
Decimal
, Diff
@ -161,7 +161,7 @@ library
, filepath
, hashable >=1.2.4
, haskeline >=0.6
, hledger-lib >=1.16.99 && <1.17
, hledger-lib >=1.17 && <1.18
, lucid
, math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8.1
@ -197,7 +197,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.16.99"
cpp-options: -DVERSION="1.17"
build-depends:
Decimal
, aeson
@ -213,7 +213,7 @@ executable hledger
, filepath
, haskeline >=0.6
, hledger
, hledger-lib >=1.16.99 && <1.17
, hledger-lib >=1.17 && <1.18
, math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8.1
, mtl >=2.2.1
@ -249,7 +249,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.16.99"
cpp-options: -DVERSION="1.17"
build-depends:
Decimal
, aeson
@ -265,7 +265,7 @@ test-suite unittest
, filepath
, haskeline >=0.6
, hledger
, hledger-lib >=1.16.99 && <1.17
, hledger-lib >=1.17 && <1.18
, math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8.1
, mtl >=2.2.1
@ -315,7 +315,7 @@ benchmark bench
, filepath
, haskeline >=0.6
, hledger
, hledger-lib >=1.16.99 && <1.17
, hledger-lib >=1.17 && <1.18
, html
, math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8.1

View File

@ -1,5 +1,5 @@
name: hledger
version: 1.16.99
version: 1.17
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.16.99 && <1.17
- hledger-lib >=1.17 && <1.18
- aeson
- ansi-terminal >=0.6.2.3
- base >=4.9 && <4.15
@ -148,7 +148,7 @@ when:
- terminfo
library:
cpp-options: -DVERSION="1.16.99"
cpp-options: -DVERSION="1.17"
exposed-modules:
- Hledger.Cli
- Hledger.Cli.Main
@ -196,7 +196,7 @@ executables:
hledger:
source-dirs: app
main: hledger-cli.hs
cpp-options: -DVERSION="1.16.99"
cpp-options: -DVERSION="1.17"
when:
- condition: flag(threaded)
ghc-options: -threaded
@ -208,7 +208,7 @@ tests:
source-dirs: test
main: unittest.hs
other-modules: [] # prevent double compilation, https://github.com/sol/hpack/issues/188
cpp-options: -DVERSION="1.16.99"
cpp-options: -DVERSION="1.17"
dependencies:
- hledger