cli: bump version to 1.12.1, changelog

This commit is contained in:
Simon Michael 2018-12-03 16:00:44 -08:00
parent 66549a526a
commit 9211c52d50
3 changed files with 15 additions and 9 deletions

View File

@ -1,6 +1,12 @@
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)
* install script: ensure a new-enough version of stack; more informative output

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 38ae7b05855ed1a89093bf46334c3ccd5d3e992499741befae04883a34da86b0
-- hash: 269994bfba5ad36962478f05df1bf958a94778ec5b36db499d768b64aa3e411a
name: hledger
version: 1.12
version: 1.12.1
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
@ -112,7 +112,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.12"
cpp-options: -DVERSION="1.12.1"
build-depends:
Decimal
, Diff
@ -165,7 +165,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.12"
cpp-options: -DVERSION="1.12.1"
build-depends:
Decimal
, ansi-terminal >=0.6.2.3
@ -219,7 +219,7 @@ test-suite test
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.12"
cpp-options: -DVERSION="1.12.1"
build-depends:
Decimal
, ansi-terminal >=0.6.2.3

View File

@ -1,5 +1,5 @@
name: hledger
version: '1.12'
version: '1.12.1'
synopsis: Command-line interface for the hledger accounting tool
description: |
This is hledger's command-line interface.
@ -121,7 +121,7 @@ when:
- terminfo
library:
cpp-options: -DVERSION="1.12"
cpp-options: -DVERSION="1.12.1"
exposed-modules:
- Hledger.Cli
- Hledger.Cli.Main
@ -163,7 +163,7 @@ executables:
hledger:
source-dirs: app
main: hledger-cli.hs
cpp-options: -DVERSION="1.12"
cpp-options: -DVERSION="1.12.1"
when:
- condition: flag(threaded)
ghc-options: -threaded
@ -174,7 +174,7 @@ tests:
test:
source-dirs: test
main: test.hs
cpp-options: -DVERSION="1.12"
cpp-options: -DVERSION="1.12.1"
dependencies:
- hledger
- test-framework