ui: changelog, bump version to 1.13.1

[ci skip]
This commit is contained in:
Simon Michael 2019-02-02 09:15:32 -08:00
parent b732c8c8f7
commit a73f1152df
3 changed files with 10 additions and 6 deletions

View File

@ -1,6 +1,10 @@
User-visible changes in hledger-ui. User-visible changes in hledger-ui.
See also the hledger changelog. 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) # 1.13 (2019/02/01)
- on posix systems, control-z suspends the program - on posix systems, control-z suspends the program

View File

@ -1,13 +1,13 @@
cabal-version: 1.12 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 -- see: https://github.com/sol/hpack
-- --
-- hash: 56f365215d44b833b7704eb8632757f5ab6d56464afa56cf9fb83d88ae7bb32f -- hash: 4b9a172790149cbb1e235f9c3377412d7cc7a4a61faa2c1f1eada3a18b2a1088
name: hledger-ui name: hledger-ui
version: 1.13 version: 1.13.1
synopsis: Curses-style user interface for the hledger accounting tool synopsis: Curses-style user interface for the hledger accounting tool
description: This is hledger's curses-style interface. description: This is hledger's curses-style interface.
It is simpler and more convenient for browsing data than the command-line 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: 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 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: build-depends:
ansi-terminal >=0.6.2.3 ansi-terminal >=0.6.2.3
, async , async

View File

@ -1,5 +1,5 @@
name : hledger-ui name : hledger-ui
version : '1.13' version : '1.13.1'
synopsis : Curses-style user interface for the hledger accounting tool synopsis : Curses-style user interface for the hledger accounting tool
description : | description : |
This is hledger's curses-style interface. This is hledger's curses-style interface.
@ -37,7 +37,7 @@ flags:
manual: false manual: false
default: true default: true
cpp-options: -DVERSION="1.13" cpp-options: -DVERSION="1.13.1"
dependencies: dependencies:
- hledger >=1.13 && <1.14 - hledger >=1.13 && <1.14