Skip to content

Commit

Permalink
Add support for recent GHC versions up to 9.10.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles committed May 14, 2024
1 parent 848c9f3 commit f6759bc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,21 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.10.1
compilerKind: ghc
compilerVersion: 9.10.1
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.8.2
compilerKind: ghc
compilerVersion: 9.8.2
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.6.5
compilerKind: ghc
compilerVersion: 9.6.5
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.4.8
compilerKind: ghc
compilerVersion: 9.4.8
Expand Down
3 changes: 3 additions & 0 deletions deepseq.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ description:

build-type: Simple
tested-with:
GHC==9.10.1,
GHC==9.8.2,
GHC==9.6.5,
GHC==9.4.8,
GHC==9.2.8,
GHC==9.0.2,
Expand Down

0 comments on commit f6759bc

Please sign in to comment.