mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
ui: changelog, bump version to 1.13.1
[ci skip]
This commit is contained in:
parent
b732c8c8f7
commit
a73f1152df
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user