Merge pull request #844 from xmonad/haskell-ci-update

ci: Regenerate haskell-ci
This commit is contained in:
Tony Zorman 2023-11-18 08:06:46 +01:00 committed by GitHub
commit 45dd67433c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -46,9 +46,9 @@ jobs:
compilerVersion: 9.6.3 compilerVersion: 9.6.3
setup-method: ghcup setup-method: ghcup
allow-failure: false allow-failure: false
- compiler: ghc-9.4.7 - compiler: ghc-9.4.8
compilerKind: ghc compilerKind: ghc
compilerVersion: 9.4.7 compilerVersion: 9.4.8
setup-method: ghcup setup-method: ghcup
allow-failure: false allow-failure: false
- compiler: ghc-9.2.8 - compiler: ghc-9.2.8

View File

@ -38,7 +38,7 @@ cabal-version: 1.12
build-type: Simple build-type: Simple
bug-reports: https://github.com/xmonad/xmonad-contrib/issues bug-reports: https://github.com/xmonad/xmonad-contrib/issues
tested-with: GHC == 8.6.5 || == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.8 || == 9.4.7 || == 9.6.3 || == 9.8.1 tested-with: GHC == 8.6.5 || == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.8 || == 9.4.8 || == 9.6.3 || == 9.8.1
source-repository head source-repository head
type: git type: git