Skip to content

Commit 1b948e5

Browse files
ci: Regenerate haskell-ci
1 parent 3203444 commit 1b948e5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
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: |

0 commit comments

Comments
 (0)