From aabdfd1949575e79c851533fcab94bbd75f2bc37 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Wed, 1 Nov 2023 10:51:05 +1100 Subject: [PATCH] Make it build with ghc 9.8 (update deps only) --- brick.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brick.cabal b/brick.cabal index cd2c26f..17c9c0f 100644 --- a/brick.cabal +++ b/brick.cabal @@ -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