From 1459b4015a9632c14756486d5247223a3d016bee Mon Sep 17 00:00:00 2001 From: Mark Karpov Date: Thu, 29 Jun 2023 14:43:23 +0200 Subject: [PATCH] Test with GHC 9.2.8 and 9.6.2 --- .github/workflows/ci.yaml | 2 +- text-metrics.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4ba7e68..519f99d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: strategy: matrix: cabal: ["3.10"] - ghc: ["9.2.7", "9.4.4", "9.6.1"] + ghc: ["9.2.8", "9.4.4", "9.6.2"] env: CONFIG: "--enable-tests --enable-benchmarks --flags=dev" steps: diff --git a/text-metrics.cabal b/text-metrics.cabal index b2cbb62..9b4c1c0 100644 --- a/text-metrics.cabal +++ b/text-metrics.cabal @@ -5,7 +5,7 @@ license: BSD-3-Clause license-file: LICENSE.md maintainer: Mark Karpov author: Mark Karpov -tested-with: ghc ==9.2.7 ghc ==9.4.4 ghc ==9.6.1 +tested-with: ghc ==9.2.8 ghc ==9.4.4 ghc ==9.6.2 homepage: https://github.com/mrkkrp/text-metrics bug-reports: https://github.com/mrkkrp/text-metrics/issues synopsis: Calculate various string metrics efficiently