We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c2139 commit 4654234Copy full SHA for 4654234
2 files changed
.github/workflows/ci.yaml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
matrix:
21
cabal: ["3.12"]
22
- ghc: ["9.6.3", "9.8.2", "9.10.1"]
+ ghc: ["9.8.4", "9.10.1", "9.12.1"]
23
steps:
24
- uses: actions/checkout@v4
25
- uses: haskell-actions/setup@v2
wave.cabal
@@ -5,7 +5,7 @@ license: BSD-3-Clause
5
license-file: LICENSE.md
6
maintainer: Mark Karpov <markkarpov92@gmail.com>
7
author: Mark Karpov <markkarpov92@gmail.com>
8
-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
9
homepage: https://github.com/mrkkrp/wave
10
bug-reports: https://github.com/mrkkrp/wave/issues
11
synopsis: Work with WAVE and RF64 files
0 commit comments