Skip to content

Commit 1c66a59

Browse files
authored
Merge pull request #96 from xmonad/haskell-ci-update
ci: Regenerate haskell-ci
2 parents 6d21f42 + 9bda44c commit 1c66a59

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/haskell-ci-hackage.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ set in GitHub repository secrets.
3838
linux:
3939
name: Haskell-CI - Linux - ${{ matrix.compiler }}
4040
@@ -33,6 +40,7 @@
41-
compilerVersion: 9.8.1
41+
compilerVersion: 9.8.2
4242
setup-method: ghcup
4343
allow-failure: false
4444
+ upload: true

.github/workflows/haskell-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#
99
# For more information, see https://github.com/haskell-CI/haskell-ci
1010
#
11-
# version: 0.17.20240109
11+
# version: 0.18.1
1212
#
13-
# REGENDATA ("0.17.20240109",["github","cabal.project"])
13+
# REGENDATA ("0.18.1",["github","cabal.project"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -35,9 +35,9 @@ jobs:
3535
strategy:
3636
matrix:
3737
include:
38-
- compiler: ghc-9.8.1
38+
- compiler: ghc-9.8.2
3939
compilerKind: ghc
40-
compilerVersion: 9.8.1
40+
compilerVersion: 9.8.2
4141
setup-method: ghcup
4242
allow-failure: false
4343
upload: true

X11.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license-file: LICENSE
1010
copyright: Alastair Reid, 1999-2003, [email protected] 2003-2007,
1111
Don Stewart 2007-2009, Spencer Janssen 2007-2009, Daniel Wagner 2009-2011.
1212
maintainer: Daniel Wagner <[email protected]>
13-
tested-with: GHC == 7.10.3 || == 8.0.2 || == 8.2.2 || == 8.4.4 || == 8.6.5 || == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.8 || == 9.4.8 || == 9.6.4 || == 9.8.1
13+
tested-with: GHC == 7.10.3 || == 8.0.2 || == 8.2.2 || == 8.4.4 || == 8.6.5 || == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.8 || == 9.4.8 || == 9.6.4 || == 9.8.2
1414
category: Graphics
1515
homepage: https://github.com/xmonad/X11
1616
bug-reports: https://github.com/xmonad/X11/issues

0 commit comments

Comments
 (0)