mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +03:00
ui: changelog, bump to 1.12.1
This commit is contained in:
parent
adf8d8cddb
commit
b7f3b69899
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user