diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e7d23df..f162b4e 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/zip.cabal b/zip.cabal index 5ec4bf9..0ce6875 100644 --- a/zip.cabal +++ b/zip.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/zip bug-reports: https://github.com/mrkkrp/zip/issues synopsis: Operations on zip archives