From e8b0702ce26f98a27c30011560d40260120adfa2 Mon Sep 17 00:00:00 2001 From: Mark Karpov Date: Tue, 26 Sep 2023 19:16:13 +0200 Subject: [PATCH] Test with GHC 9.4.7 --- .github/workflows/ci.yaml | 2 +- path-io.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index db1bd9c..206fc6c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: strategy: matrix: cabal: ["3.10"] - ghc: ["9.2.8", "9.4.5", "9.6.2"] + ghc: ["9.2.8", "9.4.7", "9.6.2"] env: CONFIG: "--enable-tests --enable-benchmarks --flags=dev" steps: diff --git a/path-io.cabal b/path-io.cabal index 425ab5d..ca538f5 100644 --- a/path-io.cabal +++ b/path-io.cabal @@ -5,7 +5,7 @@ license: BSD-3-Clause license-file: LICENSE.md maintainer: Mark Karpov author: Mark Karpov -tested-with: ghc ==9.2.8 ghc ==9.4.5 ghc ==9.6.2 +tested-with: ghc ==9.2.8 ghc ==9.4.7 ghc ==9.6.2 homepage: https://github.com/mrkkrp/path-io bug-reports: https://github.com/mrkkrp/path-io/issues synopsis: Interface to ‘directory’ package for users of ‘path’