From 7bd8728924a384e57b3c937d865fa703961e5038 Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Tue, 10 Oct 2023 21:12:58 -0400 Subject: [PATCH] support ghc-9.8 --- text-ansi.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/text-ansi.cabal b/text-ansi.cabal index de9759f..ecb6060 100644 --- a/text-ansi.cabal +++ b/text-ansi.cabal @@ -2,6 +2,7 @@ cabal-version: 2.2 name: text-ansi version: 0.3.0 +x-revision: 1 category: Data synopsis: Text styling for ANSI terminals. description: @@ -23,7 +24,7 @@ copyright: (c) 2018-2023 Mitchell Rosen, Travis Staton license: BSD-3-Clause license-file: LICENSE build-type: Simple -tested-with: GHC == 9.2.8, GHC == 9.4.7, GHC == 9.6.2 +tested-with: GHC == 9.4.7, GHC == 9.6.3, GHC == 9.8.1 extra-source-files: CHANGELOG.md @@ -35,7 +36,7 @@ source-repository head library build-depends: - base >= 4.16 && < 4.19, + base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19, text >= 1.0 && < 2.2, text-builder-linear ^>= 0.1.1, default-language: