From 638ccd6bf2f3c73ac20afcbee3c1d81a4719331b Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Tue, 31 Oct 2023 16:23:56 +1100 Subject: [PATCH] Make it build with ghc 9.8 (update deps only) --- tests/vty-tests.cabal | 2 +- vty.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/vty-tests.cabal b/tests/vty-tests.cabal index 1d05de9b..d16e74a8 100644 --- a/tests/vty-tests.cabal +++ b/tests/vty-tests.cabal @@ -28,7 +28,7 @@ library Verify.Graphics.Vty.Span Verify.Graphics.Vty.Output build-depends: base >= 4.8 && < 5, - deepseq >= 1.1 && < 1.5, + deepseq >= 1.1 && < 1.6, mtl >= 1.1.1.0 && < 2.4, utf8-string >= 0.3 && < 1.1, vector >= 0.7, diff --git a/vty.cabal b/vty.cabal index 11a47feb..6eb18199 100644 --- a/vty.cabal +++ b/vty.cabal @@ -44,7 +44,7 @@ library build-depends: base >= 4.8 && < 5, blaze-builder >= 0.3.3.2 && < 0.5, bytestring, - deepseq >= 1.1 && < 1.5, + deepseq >= 1.1 && < 1.6, microlens < 0.4.14, microlens-mtl, microlens-th,