From 73327505ed7e8f68a5fd7fa7b658c75278314e21 Mon Sep 17 00:00:00 2001 From: Mark Karpov Date: Sat, 1 Jun 2024 18:09:05 +0200 Subject: [PATCH] Test with GHC 9.10.1, drop 9.6 --- .github/workflows/ci.yaml | 2 +- megaparsec.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 59f2da92..456621ca 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: strategy: matrix: cabal: ["3.10"] - ghc: ["9.4.7", "9.6.3", "9.8.1"] + ghc: ["9.6.3", "9.8.2", "9.10.1"] env: CONFIG: "--enable-tests --enable-benchmarks --flags=dev" steps: diff --git a/megaparsec.cabal b/megaparsec.cabal index c0a6ba43..04d8669b 100644 --- a/megaparsec.cabal +++ b/megaparsec.cabal @@ -9,7 +9,7 @@ author: Paolo Martini , Daan Leijen -tested-with: ghc ==9.4.7 ghc ==9.6.3 ghc ==9.8.1 +tested-with: ghc ==9.6.3 ghc ==9.8.2 ghc ==9.10.1 homepage: https://github.com/mrkkrp/megaparsec bug-reports: https://github.com/mrkkrp/megaparsec/issues synopsis: Monadic parser combinators