Skip to content

Commit e95a222

Browse files
committed
;update some cabal files
1 parent b9ff6c9 commit e95a222

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

hledger-lib/hledger-lib.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
cabal-version: 1.12
22

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.
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: e8ee8c99329f53fe86ae9df138d05c8c39726a66da2ad1da3ae27500c45b2591
7+
-- hash: 562b07c743e67f55f539704cf37da021e6ec23c3b47b3bc3f673875b1feb256f
88

99
name: hledger-lib
10-
version: 1.18.99
10+
version: 1.19
1111
synopsis: A reusable library providing the core functionality of hledger
1212
description: A reusable library containing hledger's core functionality.
1313
This is used by most hledger* packages so that they support the same

hledger-ui/hledger-ui.cabal

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
cabal-version: 1.12
22

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.
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 67cb06231a9cca7ebcd922f7528bc853a5f78e009d69a0afc41e599c78eac8ec
7+
-- hash: 9c9563df8beea6e2445dd5e1c364b74dda6a40513d9b5e368dbc2ec8df13c90f
88

99
name: hledger-ui
10-
version: 1.18.99
10+
version: 1.19
1111
synopsis: Curses-style terminal interface for the hledger accounting system
1212
description: A simple curses-style terminal user interface for the hledger accounting system.
1313
It can be a more convenient way to browse your accounts than the CLI.
@@ -64,7 +64,7 @@ executable hledger-ui
6464
hs-source-dirs:
6565
./.
6666
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"
6868
build-depends:
6969
ansi-terminal >=0.9
7070
, async
@@ -78,8 +78,8 @@ executable hledger-ui
7878
, extra >=1.6.3
7979
, filepath
8080
, 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
8383
, megaparsec >=7.0.0 && <8.1
8484
, microlens >=0.4
8585
, microlens-platform >=0.2.3.1

0 commit comments

Comments
 (0)