Skip to content

Commit 7d1ddd4

Browse files
authored
Merge pull request #23 from xmonad/haskell-ci-update
ci: Regenerate haskell-ci
2 parents 1c5fe9b + 1b948e5 commit 7d1ddd4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/haskell-ci.yml

+5-5
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.20250216
11+
# version: 0.19.20250315
1212
#
13-
# REGENDATA ("0.19.20250216",["github","cabal.project"])
13+
# REGENDATA ("0.19.20250315",["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.12.1
38+
- compiler: ghc-9.12.2
3939
compilerKind: ghc
40-
compilerVersion: 9.12.1
40+
compilerVersion: 9.12.2
4141
setup-method: ghcup
4242
allow-failure: false
4343
- compiler: ghc-9.10.1
@@ -111,7 +111,7 @@ jobs:
111111
- name: Install GHCup
112112
run: |
113113
mkdir -p "$HOME/.ghcup/bin"
114-
curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
114+
curl -sL https://downloads.haskell.org/ghcup/0.1.40.0/x86_64-linux-ghcup-0.1.40.0 > "$HOME/.ghcup/bin/ghcup"
115115
chmod a+x "$HOME/.ghcup/bin/ghcup"
116116
- name: Install cabal-install
117117
run: |

X11-xft.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: A Haskell bindings to the X Font library. With it, Haskell X11
1212
fonts with anti-aliasing and subpixel rendering. The bindings
1313
also provide minimal bindings to Xrender parts.
1414
build-type: Simple
15-
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.6 || == 9.8.4 || == 9.10.1 || == 9.12.1
15+
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.6 || == 9.8.4 || == 9.10.1 || == 9.12.2
1616
extra-source-files: CHANGES.md
1717
README.md
1818

0 commit comments

Comments
 (0)