ui: changelog, bump version to 0.27.3
This commit is contained in:
parent
5b7040fecd
commit
142c52e5b9
@ -1,6 +1,10 @@
|
|||||||
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.3 (2016/1/12)
|
||||||
|
|
||||||
|
- allow brick 0.4
|
||||||
|
|
||||||
0.27.2 (2016/1/11)
|
0.27.2 (2016/1/11)
|
||||||
|
|
||||||
- allow brick 0.3.x
|
- allow brick 0.3.x
|
||||||
|
|||||||
@ -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.2
|
version: 0.27.3
|
||||||
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
|
||||||
@ -25,7 +25,7 @@ homepage: http://hledger.org
|
|||||||
bug-reports: http://bugs.hledger.org
|
bug-reports: http://bugs.hledger.org
|
||||||
cabal-version: >= 1.10
|
cabal-version: >= 1.10
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with: GHC==7.8.4, GHC==7.10.2
|
tested-with: GHC==7.8.4, GHC==7.10.3
|
||||||
|
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
CHANGES
|
CHANGES
|
||||||
@ -54,7 +54,7 @@ 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.2"
|
cpp-options: -DVERSION="0.27.3"
|
||||||
build-depends:
|
build-depends:
|
||||||
hledger >= 0.27 && < 0.28
|
hledger >= 0.27 && < 0.28
|
||||||
, hledger-lib >= 0.27 && < 0.28
|
, hledger-lib >= 0.27 && < 0.28
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
# - conditional blocks
|
# - conditional blocks
|
||||||
|
|
||||||
name : hledger-ui
|
name : hledger-ui
|
||||||
version : '0.27.2'
|
version : '0.27.3'
|
||||||
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
|
||||||
@ -31,7 +31,7 @@ github : simonmichael/hledger
|
|||||||
homepage : http://hledger.org
|
homepage : http://hledger.org
|
||||||
bug-reports : http://bugs.hledger.org
|
bug-reports : http://bugs.hledger.org
|
||||||
# XXX not supported
|
# XXX not supported
|
||||||
tested-with : GHC==7.10.2
|
tested-with : GHC==7.10.3
|
||||||
|
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
- CHANGES
|
- CHANGES
|
||||||
@ -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.2"
|
cpp-options: -DVERSION="0.27.3"
|
||||||
|
|
||||||
executables:
|
executables:
|
||||||
hledger-ui:
|
hledger-ui:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user