1
1
cabal-version : 1.12
2
2
3
- -- This file has been generated from package.yaml by hpack version 0.34.2 .
3
+ -- This file has been generated from package.yaml by hpack version 0.33.0 .
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
--
7
- -- hash: 67cb06231a9cca7ebcd922f7528bc853a5f78e009d69a0afc41e599c78eac8ec
7
+ -- hash: 9c9563df8beea6e2445dd5e1c364b74dda6a40513d9b5e368dbc2ec8df13c90f
8
8
9
9
name : hledger-ui
10
- version : 1.18.99
10
+ version : 1.19
11
11
synopsis : Curses-style terminal interface for the hledger accounting system
12
12
description : A simple curses-style terminal user interface for the hledger accounting system.
13
13
It can be a more convenient way to browse your accounts than the CLI.
@@ -64,7 +64,7 @@ executable hledger-ui
64
64
hs-source-dirs :
65
65
./.
66
66
ghc-options : -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
67
- cpp-options : -DVERSION="1.18.99 "
67
+ cpp-options : -DVERSION="1.19 "
68
68
build-depends :
69
69
ansi-terminal >= 0.9
70
70
, async
@@ -78,8 +78,8 @@ executable hledger-ui
78
78
, extra >= 1.6.3
79
79
, filepath
80
80
, fsnotify >= 0.2.1.2 && < 0.4
81
- , hledger >= 1.18.99 && < 1.19
82
- , hledger-lib >= 1.18.99 && < 1.19
81
+ , hledger >= 1.19 && < 1.20
82
+ , hledger-lib >= 1.19 && < 1.20
83
83
, megaparsec >= 7.0.0 && < 8.1
84
84
, microlens >= 0.4
85
85
, microlens-platform >= 0.2.3.1
0 commit comments