Skip to content

Commit 62dc26d

Browse files
authored
Merge pull request #106 from xmonad/haskell-ci-update
ci: Regenerate haskell-ci
2 parents 91351ec + 3674f96 commit 62dc26d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/haskell-ci.yml

+7-3
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.19.20240501
11+
# version: 0.19.20240513
1212
#
13-
# REGENDATA ("0.19.20240501",["github","cabal.project"])
13+
# REGENDATA ("0.19.20240513",["github","cabal.project"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -35,6 +35,11 @@ jobs:
3535
strategy:
3636
matrix:
3737
include:
38+
- compiler: ghc-9.10.1
39+
compilerKind: ghc
40+
compilerVersion: 9.10.1
41+
setup-method: ghcup
42+
allow-failure: false
3843
- compiler: ghc-9.8.2
3944
compilerKind: ghc
4045
compilerVersion: 9.8.2
@@ -100,7 +105,6 @@ jobs:
100105
mkdir -p "$HOME/.ghcup/bin"
101106
curl -sL https://downloads.haskell.org/ghcup/0.1.20.0/x86_64-linux-ghcup-0.1.20.0 > "$HOME/.ghcup/bin/ghcup"
102107
chmod a+x "$HOME/.ghcup/bin/ghcup"
103-
"$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml;
104108
"$HOME/.ghcup/bin/ghcup" install ghc "$HCVER" || (cat "$HOME"/.ghcup/logs/*.* && false)
105109
"$HOME/.ghcup/bin/ghcup" install cabal 3.10.2.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
106110
apt-get update

X11.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license-file: LICENSE
1010
copyright: Alastair Reid, 1999-2003, libraries@haskell.org 2003-2007,
1111
Don Stewart 2007-2009, Spencer Janssen 2007-2009, Daniel Wagner 2009-2011.
1212
maintainer: Daniel Wagner <daniel@wagner-home.com>
13-
tested-with: GHC == 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.5 || == 9.8.2
13+
tested-with: GHC == 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.5 || == 9.8.2 || == 9.10.1
1414
category: Graphics
1515
homepage: https://github.com/xmonad/X11
1616
bug-reports: https://github.com/xmonad/X11/issues

0 commit comments

Comments
 (0)