Merge pull request #487 from erikd/master

Make it build with ghc 9.8 (update deps only)
This commit is contained in:
Jonathan Daugherty 2023-10-31 20:03:05 -07:00 committed by GitHub
commit 3852513d21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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