diff --git a/hledger-ui/CHANGES b/hledger-ui/CHANGES index 573da3da4..90eae4f14 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.2 (2016/1/11) + +- allow brick 0.3.x + 0.27.1 (2015/12/3) - allow lens 4.13 diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index a536d6e24..3c6aab7b6 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.1 +version: 0.27.2 stability: beta category: Finance, Console synopsis: Curses-style user interface for the hledger accounting tool @@ -54,7 +54,7 @@ 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.1" + cpp-options: -DVERSION="0.27.2" build-depends: hledger >= 0.27 && < 0.28 , hledger-lib >= 0.27 && < 0.28 diff --git a/hledger-ui/package.yaml b/hledger-ui/package.yaml index 7c1cf56ad..e3daa9177 100644 --- a/hledger-ui/package.yaml +++ b/hledger-ui/package.yaml @@ -9,7 +9,7 @@ # - conditional blocks name : hledger-ui -version : '0.27.1' +version : '0.27.2' stability : beta category : Finance, Console synopsis : Curses-style user interface for the hledger accounting tool @@ -54,7 +54,7 @@ ghc-options: -fno-warn-type-defaults -fno-warn-orphans -cpp-options: -DVERSION="0.27.1" +cpp-options: -DVERSION="0.27.2" executables: hledger-ui: