;bump version to 1.17
This commit is contained in:
parent
889767f1bd
commit
ba44d00bed
@ -1 +1 @@
|
|||||||
1.16.99
|
1.17
|
||||||
@ -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.16.99}})m4_dnl
|
m4_define({{_version_}}, {{1.17}})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_}}, {{February 2020}})m4_dnl
|
m4_define({{_monthyear_}}, {{March 2020}})m4_dnl
|
||||||
|
|||||||
@ -4,10 +4,10 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: b2d61a17ecf73fc45a71e15b9cfcc938446838dd30dc450b298e013aef0bc49d
|
-- hash: f5274e0b1e9c6d9905067b402a1341526b232258f6883c0b5a12be5e17f53566
|
||||||
|
|
||||||
name: hledger-lib
|
name: hledger-lib
|
||||||
version: 1.16.99
|
version: 1.17
|
||||||
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.
|
||||||
.
|
.
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: hledger-lib
|
name: hledger-lib
|
||||||
version: 1.16.99
|
version: 1.17
|
||||||
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.
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1.16.99
|
1.17
|
||||||
@ -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.16.99}})m4_dnl
|
m4_define({{_version_}}, {{1.17}})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_}}, {{February 2020}})m4_dnl
|
m4_define({{_monthyear_}}, {{March 2020}})m4_dnl
|
||||||
|
|||||||
@ -4,10 +4,10 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: d942fc87bbac017bc0a5197bc1feb35efafada2078e43679bbf7a56085fcfdd7
|
-- hash: 213c49d0810f2c059db814d1b2061308fd506bff19e7a8a526fa957e6ce19f7c
|
||||||
|
|
||||||
name: hledger-ui
|
name: hledger-ui
|
||||||
version: 1.16.99
|
version: 1.17
|
||||||
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.16.99"
|
cpp-options: -DVERSION="1.17"
|
||||||
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.16.99 && <1.17
|
, hledger >=1.17 && <1.18
|
||||||
, hledger-lib >=1.16.99 && <1.17
|
, hledger-lib >=1.17 && <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
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name : hledger-ui
|
name : hledger-ui
|
||||||
version : 1.16.99
|
version : 1.17
|
||||||
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.16.99"
|
cpp-options: -DVERSION="1.17"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- hledger-lib >=1.16.99 && <1.17
|
- hledger-lib >=1.17 && <1.18
|
||||||
- hledger >=1.16.99 && <1.17
|
- hledger >=1.17 && <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
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1.16.99
|
1.17
|
||||||
@ -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.16.99}})m4_dnl
|
m4_define({{_version_}}, {{1.17}})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_}}, {{February 2020}})m4_dnl
|
m4_define({{_monthyear_}}, {{March 2020}})m4_dnl
|
||||||
|
|||||||
@ -4,10 +4,10 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: dd4bb49b5cd4a8ee266157471b2bb79610dca13664cd3e4f2358c139d81227d3
|
-- hash: 2c0109e45116e93b2abdc1aae22e0c89f68359000126703cd923475027270abe
|
||||||
|
|
||||||
name: hledger-web
|
name: hledger-web
|
||||||
version: 1.16.99
|
version: 1.17
|
||||||
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.16.99"
|
cpp-options: -DVERSION="1.17"
|
||||||
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.16.99 && <1.17
|
, hledger >=1.17 && <1.18
|
||||||
, hledger-lib >=1.16.99 && <1.17
|
, hledger-lib >=1.17 && <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.16.99"
|
cpp-options: -DVERSION="1.17"
|
||||||
build-depends:
|
build-depends:
|
||||||
base
|
base
|
||||||
, hledger-web
|
, hledger-web
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: hledger-web
|
name: hledger-web
|
||||||
version: 1.16.99
|
version: 1.17
|
||||||
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.16.99"
|
cpp-options: -DVERSION="1.17"
|
||||||
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.16.99 && <1.17
|
- hledger-lib >=1.17 && <1.18
|
||||||
- hledger >=1.16.99 && <1.17
|
- hledger >=1.17 && <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.16.99"
|
cpp-options: -DVERSION="1.17"
|
||||||
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.16.99"
|
# cpp-options: -DVERSION="1.17"
|
||||||
# dependencies:
|
# dependencies:
|
||||||
# - base
|
# - base
|
||||||
# - hledger-web
|
# - hledger-web
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1.16.99
|
1.17
|
||||||
@ -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.16.99}})m4_dnl
|
m4_define({{_version_}}, {{1.17}})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_}}, {{February 2020}})m4_dnl
|
m4_define({{_monthyear_}}, {{March 2020}})m4_dnl
|
||||||
|
|||||||
@ -4,10 +4,10 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 62e91c42704c827d860f45861906a26cc47a7bb86090207b35e769861a64b919
|
-- hash: 95ffc6621bdcea619575415cd0639c5df17eea42f6f67b65ca29d69e9a585a8f
|
||||||
|
|
||||||
name: hledger
|
name: hledger
|
||||||
version: 1.16.99
|
version: 1.17
|
||||||
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.16.99"
|
cpp-options: -DVERSION="1.17"
|
||||||
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.16.99 && <1.17
|
, hledger-lib >=1.17 && <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.16.99"
|
cpp-options: -DVERSION="1.17"
|
||||||
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.16.99 && <1.17
|
, hledger-lib >=1.17 && <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.16.99"
|
cpp-options: -DVERSION="1.17"
|
||||||
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.16.99 && <1.17
|
, hledger-lib >=1.17 && <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.16.99 && <1.17
|
, hledger-lib >=1.17 && <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
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: hledger
|
name: hledger
|
||||||
version: 1.16.99
|
version: 1.17
|
||||||
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.16.99 && <1.17
|
- hledger-lib >=1.17 && <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.16.99"
|
cpp-options: -DVERSION="1.17"
|
||||||
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.16.99"
|
cpp-options: -DVERSION="1.17"
|
||||||
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.16.99"
|
cpp-options: -DVERSION="1.17"
|
||||||
dependencies:
|
dependencies:
|
||||||
- hledger
|
- hledger
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user