Skip to content

Commit

Permalink
Update supported GHC versions
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Dec 5, 2022
1 parent 7f65832 commit d8c736a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["9.0.1", "8.10.7", "8.8.4", "8.6.5"]
os: [ubuntu-latest]
ghc: ["9.4.2", "9.2.4", "9.0.2", "8.10.7", "8.8.4", "8.6.5"]
os: [ubuntu-latest, macOS-latest, windows-latest]
exclude:
- ghc: "9.4.2"
os: windows-latest

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 0 additions & 2 deletions hw-all.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ common hw-aeson { build-depends: hw-aeson >=
common hw-balancedparens { build-depends: hw-balancedparens >= 0.4 && < 0.5 }
common hw-bits { build-depends: hw-bits >= 0.7.0.8 && < 0.8 }
common hw-conduit { build-depends: hw-conduit >= 0.2.0.6 && < 0.3 }
common hw-diagnostics { build-depends: hw-diagnostics >= 0.0.0.7 && < 0.1 }
common hw-dsv { build-depends: hw-dsv >= 0.4 && < 0.5 }
common hw-dump { build-depends: hw-dump >= 0.1.0.1 && < 0.2 }
common hw-eliasfano { build-depends: hw-eliasfano >= 0.1.1.1 && < 0.2 }
Expand Down Expand Up @@ -65,7 +64,6 @@ library
, hw-balancedparens
, hw-bits
, hw-conduit
, hw-diagnostics
, hw-dsv
, hw-dump
, hw-eliasfano
Expand Down

0 comments on commit d8c736a

Please sign in to comment.