bump to dev version

This commit is contained in:
Simon Michael 2020-03-07 15:06:18 -08:00
parent be25c28822
commit 1883ff4499
17 changed files with 47 additions and 47 deletions

View File

@ -1 +1 @@
1.17 1.17.99

View File

@ -1 +1 @@
1.17.0.1 1.17.99

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.17.0.1}})m4_dnl m4_define({{_version_}}, {{1.17.99}})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_}}, {{March 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 -- see: https://github.com/sol/hpack
-- --
-- hash: 3d3dab519880fdc9325ef53cd2811154ab38f1e15f6e59e3d0b2b1c935d40337 -- hash: 15de1698b07fbd3107f0c9b3e22f08d05d0dbc6938dd40d5b743d5591ac4c0f5
name: hledger-lib name: hledger-lib
version: 1.17.0.1 version: 1.17.99
synopsis: Core data types, parsers and functionality for the hledger accounting tools synopsis: Core data types, parsers and functionality for the hledger accounting tools
description: This is a reusable library containing hledger's core functionality. description: This is a reusable library containing hledger's core functionality.
. .

View File

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

View File

@ -1 +1 @@
1.17 1.17.99

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.17}})m4_dnl m4_define({{_version_}}, {{1.17.99}})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_}}, {{March 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 -- see: https://github.com/sol/hpack
-- --
-- hash: 66249cd38304b42dc730bbee0dc85ef0132c4bd1977482948b16c1781d2d04d8 -- hash: 0dbe578a31e00ab5cc55abf7fc4814fbd4f8d5d0ae4e6a9fb85d4f056fdc4385
name: hledger-ui name: hledger-ui
version: 1.17 version: 1.17.99
synopsis: Terminal user interface for the hledger accounting tool synopsis: Terminal user interface for the hledger accounting tool
description: This is hledger's terminal interface. description: This is hledger's terminal interface.
It is simpler and more convenient for browsing data than the command-line 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: 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 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.17" cpp-options: -DVERSION="1.17.99"
build-depends: build-depends:
ansi-terminal >=0.6.2.3 ansi-terminal >=0.6.2.3
, async , async
@ -77,8 +77,8 @@ executable hledger-ui
, extra >=1.6.3 , extra >=1.6.3
, filepath , filepath
, fsnotify >=0.2.1.2 && <0.4 , fsnotify >=0.2.1.2 && <0.4
, hledger >=1.17 && <1.18 , hledger >=1.17.99 && <1.18
, hledger-lib >=1.17 && <1.18 , hledger-lib >=1.17.99 && <1.18
, megaparsec >=7.0.0 && <8.1 , megaparsec >=7.0.0 && <8.1
, microlens >=0.4 , microlens >=0.4
, microlens-platform >=0.2.3.1 , microlens-platform >=0.2.3.1

View File

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

View File

@ -1 +1 @@
1.17 1.17.99

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.17}})m4_dnl m4_define({{_version_}}, {{1.17.99}})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_}}, {{March 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 -- see: https://github.com/sol/hpack
-- --
-- hash: 450997bd04bd661f348425755f2045c35d11a0765dd32552b961d62d05aa458b -- hash: 05a5380672afe392399748df8f24e4d4e1f87877f0204ad892756620b3640c63
name: hledger-web name: hledger-web
version: 1.17 version: 1.17.99
synopsis: Web interface for the hledger accounting tool synopsis: Web interface for the hledger accounting tool
description: This is hledger's web interface. description: This is hledger's web interface.
It provides a more user-friendly and collaborative UI than the It provides a more user-friendly and collaborative UI than the
@ -150,7 +150,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.17" cpp-options: -DVERSION="1.17.99"
build-depends: build-depends:
Decimal Decimal
, aeson , aeson
@ -169,8 +169,8 @@ library
, extra >=1.6.3 , extra >=1.6.3
, filepath , filepath
, hjsmin , hjsmin
, hledger >=1.17 && <1.18 , hledger >=1.17.99 && <1.18
, hledger-lib >=1.17 && <1.18 , hledger-lib >=1.17.99 && <1.18
, http-client , http-client
, http-conduit , http-conduit
, http-types , http-types
@ -208,7 +208,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.17" cpp-options: -DVERSION="1.17.99"
build-depends: build-depends:
base base
, hledger-web , hledger-web

View File

@ -1,5 +1,5 @@
name: hledger-web name: hledger-web
version: 1.17 version: 1.17.99
synopsis: Web interface for the hledger accounting tool synopsis: Web interface for the hledger accounting tool
description: | description: |
This is hledger's web interface. This is hledger's web interface.
@ -77,7 +77,7 @@ when:
library: library:
source-dirs: . source-dirs: .
cpp-options: -DVERSION="1.17" cpp-options: -DVERSION="1.17.99"
exposed-modules: exposed-modules:
- Hledger.Web - Hledger.Web
- Hledger.Web.Application - Hledger.Web.Application
@ -96,8 +96,8 @@ library:
- Hledger.Web.Widget.AddForm - Hledger.Web.Widget.AddForm
- Hledger.Web.Widget.Common - Hledger.Web.Widget.Common
dependencies: dependencies:
- hledger-lib >=1.17 && <1.18 - hledger-lib >=1.17.99 && <1.18
- hledger >=1.17 && <1.18 - hledger >=1.17.99 && <1.18
- aeson - aeson
- base >=4.9 && <4.15 - base >=4.9 && <4.15
- blaze-html - blaze-html
@ -144,7 +144,7 @@ executables:
hledger-web: hledger-web:
source-dirs: app source-dirs: app
main: main.hs main: main.hs
cpp-options: -DVERSION="1.17" cpp-options: -DVERSION="1.17.99"
dependencies: dependencies:
- base - base
- hledger-web - hledger-web
@ -160,7 +160,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.17" # cpp-options: -DVERSION="1.17.99"
# dependencies: # dependencies:
# - base # - base
# - hledger-web # - hledger-web

View File

@ -1 +1 @@
1.17 1.17.99

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.17}})m4_dnl m4_define({{_version_}}, {{1.17.99}})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_}}, {{March 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 -- see: https://github.com/sol/hpack
-- --
-- hash: dd27e441eb3a9ba5f967dd8bd16e1806c793f7debe1277f7d8f08a88bba45971 -- hash: 2c855b1eb6a4e22495b7f115daa9c8f47eb3279bab634133dd4e597a722ee1cb
name: hledger name: hledger
version: 1.17 version: 1.17.99
synopsis: Command-line interface for the hledger accounting tool synopsis: Command-line interface for the hledger accounting tool
description: This is hledger's command-line interface. description: This is hledger's command-line interface.
Its basic function is to read a plain text file describing Its basic function is to read a plain text file describing
@ -144,7 +144,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.17" cpp-options: -DVERSION="1.17.99"
build-depends: build-depends:
Decimal Decimal
, Diff , Diff
@ -161,7 +161,7 @@ library
, filepath , filepath
, hashable >=1.2.4 , hashable >=1.2.4
, haskeline >=0.6 , haskeline >=0.6
, hledger-lib >=1.17 && <1.18 , hledger-lib >=1.17.99 && <1.18
, lucid , lucid
, math-functions >=0.2.0.0 , math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8.1 , megaparsec >=7.0.0 && <8.1
@ -197,7 +197,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.17" cpp-options: -DVERSION="1.17.99"
build-depends: build-depends:
Decimal Decimal
, aeson , aeson
@ -213,7 +213,7 @@ executable hledger
, filepath , filepath
, haskeline >=0.6 , haskeline >=0.6
, hledger , hledger
, hledger-lib >=1.17 && <1.18 , hledger-lib >=1.17.99 && <1.18
, math-functions >=0.2.0.0 , math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8.1 , megaparsec >=7.0.0 && <8.1
, mtl >=2.2.1 , mtl >=2.2.1
@ -249,7 +249,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.17" cpp-options: -DVERSION="1.17.99"
build-depends: build-depends:
Decimal Decimal
, aeson , aeson
@ -265,7 +265,7 @@ test-suite unittest
, filepath , filepath
, haskeline >=0.6 , haskeline >=0.6
, hledger , hledger
, hledger-lib >=1.17 && <1.18 , hledger-lib >=1.17.99 && <1.18
, math-functions >=0.2.0.0 , math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8.1 , megaparsec >=7.0.0 && <8.1
, mtl >=2.2.1 , mtl >=2.2.1
@ -315,7 +315,7 @@ benchmark bench
, filepath , filepath
, haskeline >=0.6 , haskeline >=0.6
, hledger , hledger
, hledger-lib >=1.17 && <1.18 , hledger-lib >=1.17.99 && <1.18
, html , html
, math-functions >=0.2.0.0 , math-functions >=0.2.0.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.17 version: 1.17.99
synopsis: Command-line interface for the hledger accounting tool synopsis: Command-line interface for the hledger accounting tool
description: | description: |
This is hledger's command-line interface. This is hledger's command-line interface.
@ -105,7 +105,7 @@ ghc-options:
- -optP-Wno-nonportable-include-path - -optP-Wno-nonportable-include-path
dependencies: dependencies:
- hledger-lib >=1.17 && <1.18 - hledger-lib >=1.17.99 && <1.18
- aeson - aeson
- ansi-terminal >=0.6.2.3 - ansi-terminal >=0.6.2.3
- base >=4.9 && <4.15 - base >=4.9 && <4.15
@ -148,7 +148,7 @@ when:
- terminfo - terminfo
library: library:
cpp-options: -DVERSION="1.17" cpp-options: -DVERSION="1.17.99"
exposed-modules: exposed-modules:
- Hledger.Cli - Hledger.Cli
- Hledger.Cli.Main - Hledger.Cli.Main
@ -196,7 +196,7 @@ executables:
hledger: hledger:
source-dirs: app source-dirs: app
main: hledger-cli.hs main: hledger-cli.hs
cpp-options: -DVERSION="1.17" cpp-options: -DVERSION="1.17.99"
when: when:
- condition: flag(threaded) - condition: flag(threaded)
ghc-options: -threaded ghc-options: -threaded
@ -208,7 +208,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.17" cpp-options: -DVERSION="1.17.99"
dependencies: dependencies:
- hledger - hledger