Skip to content

Commit 0971099

Browse files
committed
;imp:ui: allow brick 2.7
1 parent e24c2bd commit 0971099

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hledger-ui/hledger-ui.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ library
7878
ansi-terminal >=0.9
7979
, async
8080
, base >=4.14 && <4.21
81-
, brick >=2.1.1 && <2.3.2 || >2.3.2 && <2.7
81+
, brick >=2.1.1 && <2.3.2 || >2.3.2 && <2.8
8282
, cmdargs >=0.8
8383
, containers >=0.5.9
8484
, data-default

hledger-ui/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ library:
116116
- time >=1.5
117117
- transformers
118118
- vector
119-
- brick >=2.1.1 && <2.3.2 || >2.3.2 && < 2.7
119+
- brick >=2.1.1 && <2.3.2 || >2.3.2 && < 2.8
120120
- vty >=6.1 && <6.3
121121
- vty-crossplatform >= 0.4.0.0 && < 0.5.0.0
122122
when:

0 commit comments

Comments
 (0)