;pkg: set version to 1.50.99
This commit is contained in:
parent
f93ceeef97
commit
7ee721eab0
@ -1 +1 @@
|
||||
1.43.99
|
||||
1.50.99
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
m4_dnl Version number to show in manuals. Updated by "Shake setversion"
|
||||
m4_define({{_version_}}, {{1.43.99}})m4_dnl
|
||||
m4_define({{_version_}}, {{1.50.99}})m4_dnl
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: hledger-lib
|
||||
version: 1.43.99
|
||||
version: 1.50.99
|
||||
license: GPL-3.0-or-later
|
||||
maintainer: Simon Michael <simon@joyful.com>
|
||||
author: Simon Michael <simon@joyful.com>
|
||||
|
||||
@ -1 +1 @@
|
||||
1.43.99
|
||||
1.50.99
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
m4_dnl Version number to show in manuals. Updated by "Shake setversion"
|
||||
m4_define({{_version_}}, {{1.43.99}})m4_dnl
|
||||
m4_define({{_version_}}, {{1.50.99}})m4_dnl
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: hledger-ui
|
||||
version: 1.43.99
|
||||
version: 1.50.99
|
||||
license: GPL-3.0-or-later
|
||||
maintainer: Simon Michael <simon@joyful.com>
|
||||
author: Simon Michael <simon@joyful.com>
|
||||
@ -56,7 +56,7 @@ flags:
|
||||
# like Windows Terminal.
|
||||
# mintty-based backends (default for cygwin/gitbash/msys2) are not supported (yet)
|
||||
|
||||
cpp-options: -DVERSION="1.43.99"
|
||||
cpp-options: -DVERSION="1.50.99"
|
||||
|
||||
ghc-options:
|
||||
- -Wall
|
||||
@ -79,15 +79,15 @@ dependencies:
|
||||
|
||||
library:
|
||||
source-dirs: .
|
||||
cpp-options: -DVERSION="1.43.99"
|
||||
cpp-options: -DVERSION="1.50.99"
|
||||
exposed-modules:
|
||||
- Hledger.UI
|
||||
- Hledger.UI.Main
|
||||
- Hledger.UI.Theme
|
||||
- Hledger.UI.UIOptions
|
||||
dependencies:
|
||||
- hledger-lib >=1.43.99 && <1.44
|
||||
- hledger >=1.43.99 && <1.44
|
||||
- hledger-lib >=1.50.99 && <1.51
|
||||
- hledger >=1.50.99 && <1.51
|
||||
- ansi-terminal >=0.9
|
||||
- async
|
||||
- cmdargs >=0.8
|
||||
|
||||
@ -1 +1 @@
|
||||
1.43.99
|
||||
1.50.99
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
m4_dnl Version number to show in manuals. Updated by "Shake setversion"
|
||||
m4_define({{_version_}}, {{1.43.99}})m4_dnl
|
||||
m4_define({{_version_}}, {{1.50.99}})m4_dnl
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: hledger-web
|
||||
version: 1.43.99
|
||||
version: 1.50.99
|
||||
license: GPL-3.0-or-later
|
||||
maintainer: Simon Michael <simon@joyful.com>
|
||||
author: Simon Michael <simon@joyful.com>
|
||||
@ -98,7 +98,7 @@ dependencies:
|
||||
|
||||
library:
|
||||
source-dirs: .
|
||||
cpp-options: -DVERSION="1.43.99"
|
||||
cpp-options: -DVERSION="1.50.99"
|
||||
exposed-modules:
|
||||
- Hledger.Web
|
||||
- Hledger.Web.Main
|
||||
@ -107,8 +107,8 @@ library:
|
||||
- Hledger.Web.Import
|
||||
- Hledger.Web.Test
|
||||
dependencies:
|
||||
- hledger-lib >=1.43.99 && <1.44
|
||||
- hledger >=1.43.99 && <1.44
|
||||
- hledger-lib >=1.50.99 && <1.51
|
||||
- hledger >=1.50.99 && <1.51
|
||||
- aeson >=1 && <2.3
|
||||
- base64
|
||||
- blaze-html
|
||||
@ -160,7 +160,7 @@ executables:
|
||||
hledger-web:
|
||||
source-dirs: app
|
||||
main: main.hs
|
||||
cpp-options: -DVERSION="1.43.99"
|
||||
cpp-options: -DVERSION="1.50.99"
|
||||
ghc-options: -with-rtsopts=-T # for stats command
|
||||
dependencies:
|
||||
- hledger-web
|
||||
@ -173,7 +173,7 @@ tests:
|
||||
source-dirs: test
|
||||
main: test.hs
|
||||
other-modules: [] # prevent double compilation, https://github.com/sol/hpack/issues/188
|
||||
cpp-options: -DVERSION="1.43.99"
|
||||
cpp-options: -DVERSION="1.50.99"
|
||||
dependencies:
|
||||
- hledger-web
|
||||
# - hspec
|
||||
|
||||
@ -1 +1 @@
|
||||
1.43.99
|
||||
1.50.99
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
m4_dnl Version number to show in manuals. Updated by "Shake setversion"
|
||||
m4_define({{_version_}}, {{1.43.99}})m4_dnl
|
||||
m4_define({{_version_}}, {{1.50.99}})m4_dnl
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: hledger
|
||||
version: 1.43.99
|
||||
version: 1.50.99
|
||||
license: GPL-3.0-or-later
|
||||
maintainer: Simon Michael <simon@joyful.com>
|
||||
author: Simon Michael <simon@joyful.com>
|
||||
@ -124,7 +124,7 @@ when:
|
||||
|
||||
dependencies:
|
||||
- base >=4.18 && <4.22
|
||||
- hledger-lib >=1.43.99 && <1.44
|
||||
- hledger-lib >=1.50.99 && <1.51
|
||||
- aeson >=1 && <2.3
|
||||
- ansi-terminal >=0.9
|
||||
- bytestring
|
||||
@ -163,7 +163,7 @@ dependencies:
|
||||
- wizards >=1.0
|
||||
|
||||
library:
|
||||
cpp-options: -DVERSION="1.43.99"
|
||||
cpp-options: -DVERSION="1.50.99"
|
||||
exposed-modules:
|
||||
- Hledger.Cli
|
||||
- Hledger.Cli.Anchor
|
||||
@ -216,7 +216,7 @@ executables:
|
||||
hledger:
|
||||
source-dirs: app
|
||||
main: hledger-cli.hs
|
||||
cpp-options: -DVERSION="1.43.99"
|
||||
cpp-options: -DVERSION="1.50.99"
|
||||
ghc-options: -with-rtsopts=-T # for stats command
|
||||
when:
|
||||
- condition: flag(threaded)
|
||||
@ -229,7 +229,7 @@ tests:
|
||||
source-dirs: test
|
||||
main: unittest.hs
|
||||
other-modules: [] # prevent double compilation, https://github.com/sol/hpack/issues/188
|
||||
cpp-options: -DVERSION="1.43.99"
|
||||
cpp-options: -DVERSION="1.50.99"
|
||||
dependencies:
|
||||
- hledger
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user