Make it build with ghc 9.8 (update deps only)

This commit is contained in:
Erik de Castro Lopo 2023-11-01 10:51:05 +11:00
parent 4917138095
commit aabdfd1949

View File

@ -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