mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-22 14:10:03 +03:00
Make it build with ghc 9.8 (update deps only)
This commit is contained in:
parent
4917138095
commit
aabdfd1949
@ -94,7 +94,7 @@ library
|
||||
Brick.Types.Internal
|
||||
Brick.Widgets.Internal
|
||||
|
||||
build-depends: base >= 4.9.0.0 && < 4.19.0.0,
|
||||
build-depends: base >= 4.9.0.0 && < 4.21.0.0,
|
||||
vty >= 6.0,
|
||||
vty-crossplatform,
|
||||
bimap >= 0.5 && < 0.6,
|
||||
@ -113,7 +113,7 @@ library
|
||||
text,
|
||||
text-zipper >= 0.13,
|
||||
template-haskell,
|
||||
deepseq >= 1.3 && < 1.5,
|
||||
deepseq >= 1.3 && < 1.6,
|
||||
unix-compat,
|
||||
bytestring,
|
||||
word-wrap >= 0.2
|
||||
|
Loading…
Reference in New Issue
Block a user