From 563bc7102b39c11803c49232d05d49699f3d86e7 Mon Sep 17 00:00:00 2001 From: Mark Karpov Date: Thu, 30 Apr 2026 20:40:44 +0200 Subject: [PATCH] Test with GHC 9.14.1 --- .github/workflows/ci.yaml | 4 ++-- parser-combinators.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 583cf75..94107bc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,8 +18,8 @@ jobs: needs: ormolu strategy: matrix: - cabal: ["3.12"] - ghc: ["9.8.4", "9.10.3", "9.12.1"] + cabal: ["3.16"] + ghc: ["9.10.3", "9.12.4", "9.14.1"] steps: - uses: actions/checkout@v6 - uses: haskell-actions/setup@v2 diff --git a/parser-combinators.cabal b/parser-combinators.cabal index 5ff51f8..6457754 100644 --- a/parser-combinators.cabal +++ b/parser-combinators.cabal @@ -8,7 +8,7 @@ author: Mark Karpov Alex Washburn -tested-with: ghc ==9.8.4 ghc ==9.10.3 ghc ==9.12.1 +tested-with: ghc ==9.10.3 ghc ==9.12.4 ghc ==9.14.1 homepage: https://github.com/mrkkrp/parser-combinators bug-reports: https://github.com/mrkkrp/parser-combinators/issues synopsis: