ui: bump version to 0.27.1, changelog
This commit is contained in:
parent
5c0c883c1e
commit
b28d8d9c01
@ -1,6 +1,12 @@
|
|||||||
User-visible changes in hledger-ui.
|
User-visible changes in hledger-ui.
|
||||||
See also hledger's change log.
|
See also hledger's change log.
|
||||||
|
|
||||||
|
0.27.1 (2015/12/3)
|
||||||
|
|
||||||
|
- allow lens 4.13
|
||||||
|
- make reloading work on the transaction screen
|
||||||
|
|
||||||
|
|
||||||
0.27 (2015/10/30)
|
0.27 (2015/10/30)
|
||||||
|
|
||||||
- hledger-ui is a new curses-style UI, intended to be a standard part
|
- hledger-ui is a new curses-style UI, intended to be a standard part
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
|
|
||||||
name: hledger-ui
|
name: hledger-ui
|
||||||
version: 0.27
|
version: 0.27.1
|
||||||
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
|
||||||
@ -54,10 +54,10 @@ executable hledger-ui
|
|||||||
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
|
||||||
if flag(threaded)
|
if flag(threaded)
|
||||||
ghc-options: -threaded
|
ghc-options: -threaded
|
||||||
cpp-options: -DVERSION="0.27"
|
cpp-options: -DVERSION="0.27.1"
|
||||||
build-depends:
|
build-depends:
|
||||||
hledger == 0.27
|
hledger >= 0.27 && < 0.28
|
||||||
, hledger-lib == 0.27
|
, hledger-lib >= 0.27 && < 0.28
|
||||||
, base >= 3 && < 5
|
, base >= 3 && < 5
|
||||||
, base-compat >= 0.8.1
|
, base-compat >= 0.8.1
|
||||||
, brick >= 0.2 && < 0.3
|
, brick >= 0.2 && < 0.3
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
# - conditional blocks
|
# - conditional blocks
|
||||||
|
|
||||||
name : hledger-ui
|
name : hledger-ui
|
||||||
version : '0.27'
|
version : '0.27.1'
|
||||||
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
|
||||||
@ -54,7 +54,7 @@ ghc-options:
|
|||||||
-fno-warn-type-defaults
|
-fno-warn-type-defaults
|
||||||
-fno-warn-orphans
|
-fno-warn-orphans
|
||||||
|
|
||||||
cpp-options: -DVERSION="0.27"
|
cpp-options: -DVERSION="0.27.1"
|
||||||
|
|
||||||
executables:
|
executables:
|
||||||
hledger-ui:
|
hledger-ui:
|
||||||
@ -65,8 +65,8 @@ executables:
|
|||||||
ghc-options:
|
ghc-options:
|
||||||
-threaded
|
-threaded
|
||||||
dependencies:
|
dependencies:
|
||||||
- hledger == 0.27
|
- hledger >= 0.27 && < 0.28
|
||||||
- hledger-lib == 0.27
|
- hledger-lib >= 0.27 && < 0.28
|
||||||
- base >= 3 && < 5
|
- base >= 3 && < 5
|
||||||
- base-compat >= 0.8.1
|
- base-compat >= 0.8.1
|
||||||
- brick >= 0.2 && < 0.3
|
- brick >= 0.2 && < 0.3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user