From 9211c52d50b81cb95e525bab6af20b1c28cf8ba7 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 3 Dec 2018 16:00:44 -0800 Subject: [PATCH] cli: bump version to 1.12.1, changelog --- hledger/CHANGES | 6 ++++++ hledger/hledger.cabal | 10 +++++----- hledger/package.yaml | 8 ++++---- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/hledger/CHANGES b/hledger/CHANGES index 352483894..f481a49b9 100644 --- a/hledger/CHANGES +++ b/hledger/CHANGES @@ -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 diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 34e9dfa3e..93325d74f 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -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 diff --git a/hledger/package.yaml b/hledger/package.yaml index 285fd6c4f..6b475ea24 100644 --- a/hledger/package.yaml +++ b/hledger/package.yaml @@ -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