diff --git a/hledger-ui/CHANGES b/hledger-ui/CHANGES index 4405330e1..ee8bcde36 100644 --- a/hledger-ui/CHANGES +++ b/hledger-ui/CHANGES @@ -2,6 +2,11 @@ User-visible changes in hledger-ui. See also the hledger changelog. +# 1.12.1 (2018/12/10) + +* avoid build issue with brick 0.44+ (#935) + + # 1.12 (2018/12/02) * fix "Any" build error with GHC < 8.4 diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index 7c2e23eea..6f690d098 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 1abfa4ed0acf79d9240fa75603c4070b640238aa22fa2895a8e3d6155c33a481 +-- hash: 6eaadbd685786699b84803bd6d20d97c53ff8bd9c34b7d5457ba01e07c47f5f3 name: hledger-ui -version: 1.12 +version: 1.12.1 synopsis: Curses-style user interface for the hledger accounting tool description: This is hledger's curses-style interface. It is simpler and more convenient for browsing data than the command-line interface, @@ -64,7 +64,7 @@ executable hledger-ui hs-source-dirs: ./. 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="1.12" + cpp-options: -DVERSION="1.12.1" build-depends: ansi-terminal >=0.6.2.3 , async diff --git a/hledger-ui/package.yaml b/hledger-ui/package.yaml index 2b3e6a702..badb45c56 100644 --- a/hledger-ui/package.yaml +++ b/hledger-ui/package.yaml @@ -1,5 +1,5 @@ name : hledger-ui -version : '1.12' +version : '1.12.1' synopsis : Curses-style user interface for the hledger accounting tool description : | This is hledger's curses-style interface. @@ -37,7 +37,7 @@ flags: manual: false default: true -cpp-options: -DVERSION="1.12" +cpp-options: -DVERSION="1.12.1" dependencies: - hledger >=1.12 && <1.13