We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d1ddd4 + 8dc04a1 commit abf257eCopy full SHA for abf257e
.github/workflows/haskell-ci.yml
@@ -8,9 +8,9 @@
8
#
9
# For more information, see https://github.com/haskell-CI/haskell-ci
10
11
-# version: 0.19.20250315
+# version: 0.19.20250327
12
13
-# REGENDATA ("0.19.20250315",["github","cabal.project"])
+# REGENDATA ("0.19.20250327",["github","cabal.project"])
14
15
name: Haskell-CI
16
on:
@@ -111,7 +111,7 @@ jobs:
111
- name: Install GHCup
112
run: |
113
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"
+ curl -sL https://downloads.haskell.org/ghcup/0.1.50.1/x86_64-linux-ghcup-0.1.50.1 > "$HOME/.ghcup/bin/ghcup"
115
chmod a+x "$HOME/.ghcup/bin/ghcup"
116
- name: Install cabal-install
117
0 commit comments