ui: bump to 1.0.4, changelog
This commit is contained in:
parent
8ca03f0a49
commit
e00b825d42
@ -2,6 +2,11 @@ User-visible changes in hledger-ui.
|
|||||||
See also the hledger and project change logs.
|
See also the hledger and project change logs.
|
||||||
|
|
||||||
|
|
||||||
|
# 1.0.4 (2016/11/2)
|
||||||
|
|
||||||
|
- allow brick 0.13
|
||||||
|
|
||||||
|
|
||||||
# 1.0.3 (2016/10/31)
|
# 1.0.3 (2016/10/31)
|
||||||
|
|
||||||
- use brick 0.12
|
- use brick 0.12
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
|
|
||||||
name: hledger-ui
|
name: hledger-ui
|
||||||
version: 1.0.3
|
version: 1.0.4
|
||||||
stability: beta
|
stability: beta
|
||||||
category: Finance, Console
|
category: Finance, Console
|
||||||
synopsis: Curses-style user interface for the hledger accounting tool
|
synopsis: Curses-style user interface for the hledger accounting tool
|
||||||
@ -55,7 +55,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.0.3"
|
cpp-options: -DVERSION="1.0.4"
|
||||||
build-depends:
|
build-depends:
|
||||||
hledger >= 1.0.1 && < 1.1
|
hledger >= 1.0.1 && < 1.1
|
||||||
, hledger-lib >= 1.0.1 && < 1.1
|
, hledger-lib >= 1.0.1 && < 1.1
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name : hledger-ui
|
name : hledger-ui
|
||||||
version : '1.0.3'
|
version : '1.0.4'
|
||||||
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.
|
||||||
@ -35,7 +35,7 @@ flags:
|
|||||||
description: If building with time < 1.5, also depend on old-locale. Set automatically by cabal.
|
description: If building with time < 1.5, also depend on old-locale. Set automatically by cabal.
|
||||||
manual: false
|
manual: false
|
||||||
default: false
|
default: false
|
||||||
cpp-options: -DVERSION="1.0.3"
|
cpp-options: -DVERSION="1.0.4"
|
||||||
executables:
|
executables:
|
||||||
hledger-ui:
|
hledger-ui:
|
||||||
source-dirs: .
|
source-dirs: .
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user