cli: bump version to 1.12.1, changelog
This commit is contained in:
parent
66549a526a
commit
9211c52d50
@ -1,6 +1,12 @@
|
|||||||
User-visible changes in the hledger command line tool (and hledger-lib).
|
User-visible changes in the hledger command line tool (and hledger-lib).
|
||||||
|
|
||||||
|
|
||||||
|
# 1.12.1 (2018/12/03)
|
||||||
|
|
||||||
|
* roi: use math-functions lib instead of statistics,
|
||||||
|
be more stackage nightly compatible
|
||||||
|
|
||||||
|
|
||||||
# 1.12 (2018/12/02)
|
# 1.12 (2018/12/02)
|
||||||
|
|
||||||
* install script: ensure a new-enough version of stack; more informative output
|
* install script: ensure a new-enough version of stack; more informative output
|
||||||
|
|||||||
@ -4,10 +4,10 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 38ae7b05855ed1a89093bf46334c3ccd5d3e992499741befae04883a34da86b0
|
-- hash: 269994bfba5ad36962478f05df1bf958a94778ec5b36db499d768b64aa3e411a
|
||||||
|
|
||||||
name: hledger
|
name: hledger
|
||||||
version: 1.12
|
version: 1.12.1
|
||||||
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
|
||||||
@ -112,7 +112,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.12"
|
cpp-options: -DVERSION="1.12.1"
|
||||||
build-depends:
|
build-depends:
|
||||||
Decimal
|
Decimal
|
||||||
, Diff
|
, Diff
|
||||||
@ -165,7 +165,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.12"
|
cpp-options: -DVERSION="1.12.1"
|
||||||
build-depends:
|
build-depends:
|
||||||
Decimal
|
Decimal
|
||||||
, ansi-terminal >=0.6.2.3
|
, ansi-terminal >=0.6.2.3
|
||||||
@ -219,7 +219,7 @@ test-suite test
|
|||||||
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.12"
|
cpp-options: -DVERSION="1.12.1"
|
||||||
build-depends:
|
build-depends:
|
||||||
Decimal
|
Decimal
|
||||||
, ansi-terminal >=0.6.2.3
|
, ansi-terminal >=0.6.2.3
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: hledger
|
name: hledger
|
||||||
version: '1.12'
|
version: '1.12.1'
|
||||||
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.
|
||||||
@ -121,7 +121,7 @@ when:
|
|||||||
- terminfo
|
- terminfo
|
||||||
|
|
||||||
library:
|
library:
|
||||||
cpp-options: -DVERSION="1.12"
|
cpp-options: -DVERSION="1.12.1"
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
- Hledger.Cli
|
- Hledger.Cli
|
||||||
- Hledger.Cli.Main
|
- Hledger.Cli.Main
|
||||||
@ -163,7 +163,7 @@ executables:
|
|||||||
hledger:
|
hledger:
|
||||||
source-dirs: app
|
source-dirs: app
|
||||||
main: hledger-cli.hs
|
main: hledger-cli.hs
|
||||||
cpp-options: -DVERSION="1.12"
|
cpp-options: -DVERSION="1.12.1"
|
||||||
when:
|
when:
|
||||||
- condition: flag(threaded)
|
- condition: flag(threaded)
|
||||||
ghc-options: -threaded
|
ghc-options: -threaded
|
||||||
@ -174,7 +174,7 @@ tests:
|
|||||||
test:
|
test:
|
||||||
source-dirs: test
|
source-dirs: test
|
||||||
main: test.hs
|
main: test.hs
|
||||||
cpp-options: -DVERSION="1.12"
|
cpp-options: -DVERSION="1.12.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
- hledger
|
- hledger
|
||||||
- test-framework
|
- test-framework
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user