Skip to content

Commit

Permalink
CI: Regenderate to add ghc-9.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Aug 4, 2024
1 parent 914a5d4 commit d570ef2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ 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
Expand Down
1 change: 1 addition & 0 deletions strict-containers-lens/strict-containers-lens.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ tested-with:
|| ==9.4.8
|| ==9.6.5
|| ==9.8.2
|| ==9.10.1

library
default-language: Haskell2010
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ tested-with:
|| ==9.4.8
|| ==9.6.5
|| ==9.8.2
|| ==9.10.1

library
default-language: Haskell2010
Expand Down
1 change: 1 addition & 0 deletions strict-containers-tests/strict-containers-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ tested-with:
|| ==9.4.8
|| ==9.6.5
|| ==9.8.2
|| ==9.10.1

test-suite strictness-tests
default-language: Haskell2010
Expand Down
1 change: 1 addition & 0 deletions strict-containers/strict-containers.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ tested-with:
|| ==9.4.8
|| ==9.6.5
|| ==9.8.2
|| ==9.10.1

library
default-language: Haskell2010
Expand Down

0 comments on commit d570ef2

Please sign in to comment.