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

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 3d3dab519880fdc9325ef53cd2811154ab38f1e15f6e59e3d0b2b1c935d40337
-- hash: 15de1698b07fbd3107f0c9b3e22f08d05d0dbc6938dd40d5b743d5591ac4c0f5
name: hledger-lib
version: 1.17.0.1
version: 1.17.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.17.0.1
version: 1.17.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.17
1.17.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.17}})m4_dnl
m4_define({{_version_}}, {{1.17.99}})m4_dnl
m4_dnl
m4_dnl Date to show in man pages. Updated by make setdate.
m4_define({{_monthyear_}}, {{March 2020}})m4_dnl

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 66249cd38304b42dc730bbee0dc85ef0132c4bd1977482948b16c1781d2d04d8
-- hash: 0dbe578a31e00ab5cc55abf7fc4814fbd4f8d5d0ae4e6a9fb85d4f056fdc4385
name: hledger-ui
version: 1.17
version: 1.17.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.17"
cpp-options: -DVERSION="1.17.99"
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.17 && <1.18
, hledger-lib >=1.17 && <1.18
, hledger >=1.17.99 && <1.18
, hledger-lib >=1.17.99 && <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.17
version : 1.17.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.17"
cpp-options: -DVERSION="1.17.99"
dependencies:
- hledger-lib >=1.17 && <1.18
- hledger >=1.17 && <1.18
- hledger-lib >=1.17.99 && <1.18
- hledger >=1.17.99 && <1.18
- ansi-terminal >=0.6.2.3
- async
- 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_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 Date to show in man pages. Updated by make setdate.
m4_define({{_monthyear_}}, {{March 2020}})m4_dnl

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 450997bd04bd661f348425755f2045c35d11a0765dd32552b961d62d05aa458b
-- hash: 05a5380672afe392399748df8f24e4d4e1f87877f0204ad892756620b3640c63
name: hledger-web
version: 1.17
version: 1.17.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
@ -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.17"
cpp-options: -DVERSION="1.17.99"
build-depends:
Decimal
, aeson
@ -169,8 +169,8 @@ library
, extra >=1.6.3
, filepath
, hjsmin
, hledger >=1.17 && <1.18
, hledger-lib >=1.17 && <1.18
, hledger >=1.17.99 && <1.18
, hledger-lib >=1.17.99 && <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.17"
cpp-options: -DVERSION="1.17.99"
build-depends:
base
, hledger-web

View File

@ -1,5 +1,5 @@
name: hledger-web
version: 1.17
version: 1.17.99
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.17"
cpp-options: -DVERSION="1.17.99"
exposed-modules:
- Hledger.Web
- Hledger.Web.Application
@ -96,8 +96,8 @@ library:
- Hledger.Web.Widget.AddForm
- Hledger.Web.Widget.Common
dependencies:
- hledger-lib >=1.17 && <1.18
- hledger >=1.17 && <1.18
- hledger-lib >=1.17.99 && <1.18
- hledger >=1.17.99 && <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.17"
cpp-options: -DVERSION="1.17.99"
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.17"
# cpp-options: -DVERSION="1.17.99"
# dependencies:
# - base
# - 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_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 Date to show in man pages. Updated by make setdate.
m4_define({{_monthyear_}}, {{March 2020}})m4_dnl

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: dd27e441eb3a9ba5f967dd8bd16e1806c793f7debe1277f7d8f08a88bba45971
-- hash: 2c855b1eb6a4e22495b7f115daa9c8f47eb3279bab634133dd4e597a722ee1cb
name: hledger
version: 1.17
version: 1.17.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
@ -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.17"
cpp-options: -DVERSION="1.17.99"
build-depends:
Decimal
, Diff
@ -161,7 +161,7 @@ library
, filepath
, hashable >=1.2.4
, haskeline >=0.6
, hledger-lib >=1.17 && <1.18
, hledger-lib >=1.17.99 && <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.17"
cpp-options: -DVERSION="1.17.99"
build-depends:
Decimal
, aeson
@ -213,7 +213,7 @@ executable hledger
, filepath
, haskeline >=0.6
, hledger
, hledger-lib >=1.17 && <1.18
, hledger-lib >=1.17.99 && <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.17"
cpp-options: -DVERSION="1.17.99"
build-depends:
Decimal
, aeson
@ -265,7 +265,7 @@ test-suite unittest
, filepath
, haskeline >=0.6
, hledger
, hledger-lib >=1.17 && <1.18
, hledger-lib >=1.17.99 && <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.17 && <1.18
, hledger-lib >=1.17.99 && <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.17
version: 1.17.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.17 && <1.18
- hledger-lib >=1.17.99 && <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.17"
cpp-options: -DVERSION="1.17.99"
exposed-modules:
- Hledger.Cli
- Hledger.Cli.Main
@ -196,7 +196,7 @@ executables:
hledger:
source-dirs: app
main: hledger-cli.hs
cpp-options: -DVERSION="1.17"
cpp-options: -DVERSION="1.17.99"
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.17"
cpp-options: -DVERSION="1.17.99"
dependencies:
- hledger