From f866e1851dc8f65a1faa7645194f021754c4efb1 Mon Sep 17 00:00:00 2001 From: Mark Karpov Date: Sun, 16 Jun 2024 14:56:57 +0200 Subject: [PATCH] Test with GHC 9.10.1, drop 9.4.x --- .github/workflows/ci.yaml | 2 +- cue-sheet.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3695c01..4aebeac 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/cue-sheet.cabal b/cue-sheet.cabal index 3ccda51..a5ff72e 100644 --- a/cue-sheet.cabal +++ b/cue-sheet.cabal @@ -5,7 +5,7 @@ license: BSD-3-Clause license-file: LICENSE.md maintainer: Mark Karpov author: Mark Karpov -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/cue-sheet bug-reports: https://github.com/mrkkrp/cue-sheet/issues synopsis: @@ -42,7 +42,7 @@ library QuickCheck >=2.4 && <3, base >=4.15 && <5, bytestring >=0.10.8 && <0.13, - containers >=0.5 && <0.7, + containers >=0.5 && <0.8, exceptions >=0.6 && <0.11, megaparsec >=7 && <10, mtl >=2 && <3,