diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index b409a6b62..376062a47 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -1,6 +1,10 @@ User-visible changes in hledger-ui. See also the hledger changelog. +# 1.13.1 (2019/02/02) + +- fix build issues with older brick/stack resolvers; require brick 0.23+ + # 1.13 (2019/02/01) - on posix systems, control-z suspends the program diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index 90c4217aa..aadabf832 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.31.0. +-- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- --- hash: 56f365215d44b833b7704eb8632757f5ab6d56464afa56cf9fb83d88ae7bb32f +-- hash: 4b9a172790149cbb1e235f9c3377412d7cc7a4a61faa2c1f1eada3a18b2a1088 name: hledger-ui -version: 1.13 +version: 1.13.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.13" + cpp-options: -DVERSION="1.13.1" build-depends: ansi-terminal >=0.6.2.3 , async diff --git a/hledger-ui/package.yaml b/hledger-ui/package.yaml index e3a91ae0a..366f4ae03 100644 --- a/hledger-ui/package.yaml +++ b/hledger-ui/package.yaml @@ -1,5 +1,5 @@ name : hledger-ui -version : '1.13' +version : '1.13.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.13" +cpp-options: -DVERSION="1.13.1" dependencies: - hledger >=1.13 && <1.14