Skip to content

Commit abf257e

Browse files
authored
Merge pull request #24 from xmonad/haskell-ci-update
ci: Regenerate haskell-ci
2 parents 7d1ddd4 + 8dc04a1 commit abf257e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/haskell-ci.yml

+3-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.20250315
11+
# version: 0.19.20250327
1212
#
13-
# REGENDATA ("0.19.20250315",["github","cabal.project"])
13+
# REGENDATA ("0.19.20250327",["github","cabal.project"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -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.40.0/x86_64-linux-ghcup-0.1.40.0 > "$HOME/.ghcup/bin/ghcup"
114+
curl -sL https://downloads.haskell.org/ghcup/0.1.50.1/x86_64-linux-ghcup-0.1.50.1 > "$HOME/.ghcup/bin/ghcup"
115115
chmod a+x "$HOME/.ghcup/bin/ghcup"
116116
- name: Install cabal-install
117117
run: |

0 commit comments

Comments
 (0)