Skip to content

Commit

Permalink
Added new versions for GHC
Browse files Browse the repository at this point in the history
  • Loading branch information
ohri-anurag committed Jun 26, 2024
1 parent f92ffbe commit 115c1d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.6.2
- compiler: ghc-9.8.2
compilerKind: ghc
compilerVersion: 9.6.2
compilerVersion: 9.8.2
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.4.5
Expand Down
4 changes: 3 additions & 1 deletion wai-handler-hal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ tested-with:
|| ==9.0.2
|| ==9.2.4
|| ==9.4.5
|| ==9.6.2
|| ==9.6.5
|| ==9.8.2
|| ==9.10.1

common opts
default-language: Haskell2010
Expand Down

0 comments on commit 115c1d1

Please sign in to comment.