diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1175bc2..e9fa8a9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: strategy: matrix: cabal: ["3.10"] - ghc: ["9.6.3", "9.8.2", "9.10.1"] + ghc: ["9.8.4", "9.10.1", "9.12.1"] env: CONFIG: "--enable-tests --enable-benchmarks --flags=dev" steps: diff --git a/wave.cabal b/wave.cabal index f02331e..17e021a 100644 --- a/wave.cabal +++ b/wave.cabal @@ -5,7 +5,7 @@ license: BSD-3-Clause license-file: LICENSE.md maintainer: Mark Karpov author: Mark Karpov -tested-with: ghc ==9.6.3 ghc ==9.8.2 ghc ==9.10.1 +tested-with: ghc ==9.8.4 ghc ==9.10.1 ghc ==9.12.1 homepage: https://github.com/mrkkrp/wave bug-reports: https://github.com/mrkkrp/wave/issues synopsis: Work with WAVE and RF64 files