ui: bump version to 0.10.1
This commit is contained in:
parent
b757010b55
commit
b57bb01180
@ -2,10 +2,10 @@
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 8d627646c88a184e5c5ceee98240bc0a5e80936fb197fef9b480c422526f1d7c
|
-- hash: 6d33330b300e0157396548bad1c303fa608cb5f611d108f4f0080e130b12c04e
|
||||||
|
|
||||||
name: hledger-ui
|
name: hledger-ui
|
||||||
version: 1.10
|
version: 1.10.1
|
||||||
synopsis: Curses-style user interface for the hledger accounting tool
|
synopsis: Curses-style user interface for the hledger accounting tool
|
||||||
description: This is hledger's curses-style interface.
|
description: This is hledger's curses-style interface.
|
||||||
It is simpler and more convenient for browsing data than the command-line interface,
|
It is simpler and more convenient for browsing data than the command-line interface,
|
||||||
@ -63,7 +63,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.10"
|
cpp-options: -DVERSION="1.10.1"
|
||||||
build-depends:
|
build-depends:
|
||||||
HUnit
|
HUnit
|
||||||
, ansi-terminal >=0.6.2.3
|
, ansi-terminal >=0.6.2.3
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name : hledger-ui
|
name : hledger-ui
|
||||||
version : '1.10'
|
version : '1.10.1'
|
||||||
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.
|
||||||
@ -37,7 +37,7 @@ flags:
|
|||||||
manual: false
|
manual: false
|
||||||
default: true
|
default: true
|
||||||
|
|
||||||
cpp-options: -DVERSION="1.10"
|
cpp-options: -DVERSION="1.10.1"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- hledger >=1.10 && <1.11
|
- hledger >=1.10 && <1.11
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user