Skip to content

Commit 6c399b0

Browse files
committed
Support ghc-9.12.2
1 parent fb228d3 commit 6c399b0

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
ghc: ["9.8.1", "9.6.3", "9.4.8", "9.2.8", "9.0.2", "8.10.7"]
21-
os: [ubuntu-latest, macOS-latest, windows-latest]
22-
exclude:
23-
- os: windows-latest
24-
ghc: "9.4.2"
20+
ghc: ["9.12.2", "9.10.2", "9.8.4", "9.6.7"]
21+
os: [ubuntu-latest, windows-latest]
2522

2623
env:
2724
# Modify this value to "invalidate" the cabal cache.

hw-json-simd.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ copyright: 2018-2021 John Ky
1313
license: BSD-3-Clause
1414
license-file: LICENSE
1515
build-type: Simple
16-
tested-with: GHC == 9.4.2, GHC == 9.2.4, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5
16+
tested-with: GHC == 9.12.2, GHC == 9.10.2, GHC == 9.8.4, GHC == 9.6.7
1717
extra-source-files: cbits/debug.h
1818
cbits/simd.h
1919
cbits/intrinsics.h
@@ -47,7 +47,7 @@ flag sse42
4747
common base { build-depends: base >= 4.11 && < 5 }
4848

4949
common bytestring { build-depends: bytestring >= 0.10.6 && < 0.13 }
50-
common doctest { build-depends: doctest >= 0.16.2 && < 0.23 }
50+
common doctest { build-depends: doctest >= 0.16.2 && < 1 }
5151
common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 }
5252
common hw-prim { build-depends: hw-prim >= 0.6.2.35 && < 0.7 }
5353
common lens { build-depends: lens >= 4 && < 6 }

0 commit comments

Comments
 (0)