Skip to content

Commit d8c736a

Browse files
committed
Update supported GHC versions
1 parent 7f65832 commit d8c736a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/haskell.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
ghc: ["9.0.1", "8.10.7", "8.8.4", "8.6.5"]
21-
os: [ubuntu-latest]
20+
ghc: ["9.4.2", "9.2.4", "9.0.2", "8.10.7", "8.8.4", "8.6.5"]
21+
os: [ubuntu-latest, macOS-latest, windows-latest]
22+
exclude:
23+
- ghc: "9.4.2"
24+
os: windows-latest
2225

2326
steps:
2427
- uses: actions/checkout@v2

hw-all.cabal

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ common hw-aeson { build-depends: hw-aeson >=
2626
common hw-balancedparens { build-depends: hw-balancedparens >= 0.4 && < 0.5 }
2727
common hw-bits { build-depends: hw-bits >= 0.7.0.8 && < 0.8 }
2828
common hw-conduit { build-depends: hw-conduit >= 0.2.0.6 && < 0.3 }
29-
common hw-diagnostics { build-depends: hw-diagnostics >= 0.0.0.7 && < 0.1 }
3029
common hw-dsv { build-depends: hw-dsv >= 0.4 && < 0.5 }
3130
common hw-dump { build-depends: hw-dump >= 0.1.0.1 && < 0.2 }
3231
common hw-eliasfano { build-depends: hw-eliasfano >= 0.1.1.1 && < 0.2 }
@@ -65,7 +64,6 @@ library
6564
, hw-balancedparens
6665
, hw-bits
6766
, hw-conduit
68-
, hw-diagnostics
6967
, hw-dsv
7068
, hw-dump
7169
, hw-eliasfano

0 commit comments

Comments
 (0)