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

ci: Regenerate haskell-ci
This commit is contained in:
Tomáš Janoušek 2024-01-17 11:54:01 +00:00 committed by GitHub
commit 09e37131ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View File

@ -42,9 +42,9 @@ set in GitHub repository secrets.
setup-method: ghcup setup-method: ghcup
allow-failure: false allow-failure: false
+ upload: true + upload: true
- compiler: ghc-9.6.3 - compiler: ghc-9.6.4
compilerKind: ghc compilerKind: ghc
compilerVersion: 9.6.3 compilerVersion: 9.6.4
@@ -257,6 +265,10 @@ @@ -257,6 +265,10 @@
- name: haddock - name: haddock
run: | run: |

View File

@ -8,9 +8,9 @@
# #
# For more information, see https://github.com/haskell-CI/haskell-ci # For more information, see https://github.com/haskell-CI/haskell-ci
# #
# version: 0.17.20231203 # version: 0.17.20240109
# #
# REGENDATA ("0.17.20231203",["github","cabal.project"]) # REGENDATA ("0.17.20240109",["github","cabal.project"])
# #
name: Haskell-CI name: Haskell-CI
on: on:
@ -41,9 +41,9 @@ jobs:
setup-method: ghcup setup-method: ghcup
allow-failure: false allow-failure: false
upload: true upload: true
- compiler: ghc-9.6.3 - compiler: ghc-9.6.4
compilerKind: ghc compilerKind: ghc
compilerVersion: 9.6.3 compilerVersion: 9.6.4
setup-method: ghcup setup-method: ghcup
allow-failure: false allow-failure: false
- compiler: ghc-9.4.8 - compiler: ghc-9.4.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.8 || == 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.4 || == 9.8.1
source-repository head source-repository head
type: git type: git