Skip to content

Commit 3121ded

Browse files
committed
;pkg:ui: allow brick 2.10, vty 6.5
1 parent 91ba75d commit 3121ded

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hledger-ui/hledger-ui.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ library
7979
ansi-terminal >=0.9
8080
, async
8181
, base >=4.18 && <4.22
82-
, brick >=2.1.1 && <2.3.2 || >2.3.2 && <2.10
82+
, brick >=2.1.1 && <2.3.2 || >2.3.2 && <2.11
8383
, cmdargs >=0.8
8484
, containers >=0.5.9
8585
, data-default
@@ -104,7 +104,7 @@ library
104104
, time >=1.5
105105
, transformers
106106
, vector
107-
, vty >=6.1 && <6.5
107+
, vty >=6.1 && <6.6
108108
, vty-crossplatform >=0.4.0.0 && <0.5.0.0
109109
default-language: GHC2021
110110
if (flag(debug))

hledger-ui/package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ library:
9898
- time >=1.5
9999
- transformers
100100
- vector
101-
- brick >=2.1.1 && <2.3.2 || >2.3.2 && < 2.10
102-
- vty >=6.1 && <6.5
101+
- brick >=2.1.1 && <2.3.2 || >2.3.2 && < 2.11
102+
- vty >=6.1 && <6.6
103103
- vty-crossplatform >= 0.4.0.0 && < 0.5.0.0
104104
when:
105105
- condition: os(windows)

0 commit comments

Comments
 (0)