mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 20:36:07 +03:00
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
|
||||
--
|
||||
-- hash: 8d627646c88a184e5c5ceee98240bc0a5e80936fb197fef9b480c422526f1d7c
|
||||
-- hash: 6d33330b300e0157396548bad1c303fa608cb5f611d108f4f0080e130b12c04e
|
||||
|
||||
name: hledger-ui
|
||||
version: 1.10
|
||||
version: 1.10.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,
|
||||
@ -63,7 +63,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.10"
|
||||
cpp-options: -DVERSION="1.10.1"
|
||||
build-depends:
|
||||
HUnit
|
||||
, ansi-terminal >=0.6.2.3
|
||||
|
@ -1,5 +1,5 @@
|
||||
name : hledger-ui
|
||||
version : '1.10'
|
||||
version : '1.10.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.10"
|
||||
cpp-options: -DVERSION="1.10.1"
|
||||
|
||||
dependencies:
|
||||
- hledger >=1.10 && <1.11
|
||||
|
Loading…
Reference in New Issue
Block a user