From 015c2baf7487267837238e132fcc61eb5033ce91 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 27 May 2016 10:50:34 -0700 Subject: [PATCH] changelogs, bump version to 0.27.1 --- .version | 2 +- hledger-lib/CHANGES | 5 +++++ hledger-lib/hledger-lib.cabal | 4 ++-- hledger-ui/CHANGES | 4 ++++ hledger-ui/hledger-ui.cabal | 10 +++++----- hledger-web/CHANGES | 5 +++++ hledger-web/hledger-web.cabal | 24 ++++++++++++------------ hledger/CHANGES | 5 +++++ hledger/hledger.cabal | 18 +++++++++--------- 9 files changed, 48 insertions(+), 29 deletions(-) diff --git a/.version b/.version index 5a9e6bda2..83b473049 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.27 +0.27.1 diff --git a/hledger-lib/CHANGES b/hledger-lib/CHANGES index 2c600c4ff..83702d32b 100644 --- a/hledger-lib/CHANGES +++ b/hledger-lib/CHANGES @@ -1,6 +1,11 @@ API-ish changes in hledger-lib. For user-visible changes, see hledger's change log. +0.27.1 (2016/05/27) + +- GHC 8 compatibility + + 0.27 (2015/10/30) - The main hledger types now derive NFData, which makes it easier to diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index b10c63e35..8dcc64e6a 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: hledger-lib -version: 0.27 +version: 0.27.1 stability: stable category: Finance synopsis: Core data types, parsers and functionality for the hledger accounting tools @@ -23,7 +23,7 @@ homepage: http://hledger.org bug-reports: http://bugs.hledger.org cabal-version: >= 1.10 build-type: Simple -tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.2 +tested-with: GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.1 extra-source-files: CHANGES diff --git a/hledger-ui/CHANGES b/hledger-ui/CHANGES index 367bbea00..8a9fd7e72 100644 --- a/hledger-ui/CHANGES +++ b/hledger-ui/CHANGES @@ -1,6 +1,10 @@ User-visible changes in hledger-ui. See also hledger's change log. +0.27.5 (2016/05/27) + +- GHC 8 compatibility + 0.27.4 (2016/5/19) - ensure we have the Show instance for functions, needed since regex-tdfa 1.2.2 diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index 563897cf9..d95e3fd89 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: hledger-ui -version: 0.27.4 +version: 0.27.5 stability: beta category: Finance, Console synopsis: Curses-style user interface for the hledger accounting tool @@ -25,7 +25,7 @@ homepage: http://hledger.org bug-reports: http://bugs.hledger.org cabal-version: >= 1.10 build-type: Simple -tested-with: GHC==7.8.4, GHC==7.10.3 +tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.1 extra-source-files: CHANGES @@ -54,10 +54,10 @@ executable hledger-ui ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans if flag(threaded) ghc-options: -threaded - cpp-options: -DVERSION="0.27.4" + cpp-options: -DVERSION="0.27.5" build-depends: - hledger >= 0.27 && < 0.28 - , hledger-lib >= 0.27 && < 0.28 + hledger >= 0.27.1 && < 0.28 + , hledger-lib >= 0.27.1 && < 0.28 , base >= 3 && < 5 , base-compat >= 0.8.1 , brick >= 0.2 && < 0.7 diff --git a/hledger-web/CHANGES b/hledger-web/CHANGES index 6fe0dcb09..2f46f9849 100644 --- a/hledger-web/CHANGES +++ b/hledger-web/CHANGES @@ -1,6 +1,11 @@ User-visible changes in hledger-web. See also hledger's change log. +0.27.1 (2016/05/27) + +- GHC 8 compatibility + + 0.27 (2015/10/30) - Fix keyboard shortcut for adding a transaction (Carlos Lopez-Camey) diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index 5a7a5567b..0ce14235b 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: hledger-web -version: 0.27 +version: 0.27.1 stability: stable category: Finance synopsis: Web interface for the hledger accounting tool @@ -25,7 +25,7 @@ homepage: http://hledger.org bug-reports: http://bugs.hledger.org cabal-version: >= 1.10 build-type: Simple -tested-with: GHC==7.6.3, GHC==7.8.4, GHC==7.10.2 +tested-with: GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.1 extra-source-files: CHANGES @@ -125,12 +125,12 @@ flag old-locale library 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="0.27" + cpp-options: -DVERSION="0.27.1" if flag(dev) || flag(library-only) cpp-options: -DDEVELOPMENT build-depends: - hledger-lib == 0.27 - , hledger == 0.27 + hledger-lib == 0.27.1 + , hledger == 0.27.1 , base >= 4 && < 5 , base-compat >= 0.8.1 , blaze-html @@ -198,12 +198,12 @@ executable hledger-web ghc-options: -threaded if flag(dev) ghc-options: -O0 - cpp-options: -DVERSION="0.27" + cpp-options: -DVERSION="0.27.1" if flag(dev) cpp-options: -DDEVELOPMENT build-depends: - hledger-lib == 0.27 - , hledger == 0.27 + hledger-lib == 0.27.1 + , hledger == 0.27.1 , base >= 4 && < 5 , base-compat >= 0.8.1 , blaze-html @@ -235,7 +235,7 @@ executable hledger-web , yesod-form , yesod-static , json - , hledger-web == 0.27 + , hledger-web == 0.27.1 if flag(old-locale) build-depends: time < 1.5, old-locale @@ -253,10 +253,10 @@ test-suite test hs-source-dirs: tests 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="0.27" + cpp-options: -DVERSION="0.27.1" build-depends: - hledger-lib == 0.27 - , hledger == 0.27 + hledger-lib == 0.27.1 + , hledger == 0.27.1 , base >= 4 && < 5 , base-compat >= 0.8.1 , blaze-html diff --git a/hledger/CHANGES b/hledger/CHANGES index f56f0118e..dc6f39291 100644 --- a/hledger/CHANGES +++ b/hledger/CHANGES @@ -1,6 +1,11 @@ User-visible changes in hledger and hledger-lib. +0.27.1 (2016/05/27) + +- GHC 8 compatibility + + 0.27 (2015/10/30) Account aliases: diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 8781448b5..42952a3bc 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: hledger -version: 0.27 +version: 0.27.1 stability: stable category: Finance, Console synopsis: Command-line interface for the hledger accounting tool @@ -25,7 +25,7 @@ homepage: http://hledger.org bug-reports: http://bugs.hledger.org cabal-version: >= 1.10 build-type: Simple -tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.2 +tested-with: GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.1 extra-source-files: CHANGES @@ -55,9 +55,9 @@ flag old-locale library 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="0.27" + cpp-options: -DVERSION="0.27.1" build-depends: - hledger-lib == 0.27 + hledger-lib == 0.27.1 , base >= 4.3 && < 5 , base-compat >= 0.8.1 , containers @@ -129,9 +129,9 @@ executable hledger ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans if flag(threaded) ghc-options: -threaded - cpp-options: -DVERSION="0.27" + cpp-options: -DVERSION="0.27.1" build-depends: - hledger-lib == 0.27 + hledger-lib == 0.27.1 , base >= 4.3 && < 5 , base-compat >= 0.8.1 , containers @@ -154,7 +154,7 @@ executable hledger , tabular >= 0.2 && < 0.3 , utf8-string >= 0.3.5 && < 1.1 , wizards == 1.0.* - , hledger == 0.27 + , hledger == 0.27.1 if impl(ghc >= 7.10) build-depends: shakespeare >= 2.0.2.2 && < 2.1 @@ -182,9 +182,9 @@ 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 - cpp-options: -DVERSION="0.27" + cpp-options: -DVERSION="0.27.1" build-depends: - hledger-lib == 0.27 + hledger-lib == 0.27.1 , base >= 4.3 && < 5 , base-compat >= 0.8.1 , containers