File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
#
9
9
# For more information, see https://github.com/haskell-CI/haskell-ci
10
10
#
11
- # version: 0.19.20250216
11
+ # version: 0.19.20250315
12
12
#
13
- # REGENDATA ("0.19.20250216 ",["github","cabal.project"])
13
+ # REGENDATA ("0.19.20250315 ",["github","cabal.project"])
14
14
#
15
15
name : Haskell-CI
16
16
on :
35
35
strategy :
36
36
matrix :
37
37
include :
38
- - compiler : ghc-9.12.1
38
+ - compiler : ghc-9.12.2
39
39
compilerKind : ghc
40
- compilerVersion : 9.12.1
40
+ compilerVersion : 9.12.2
41
41
setup-method : ghcup
42
42
allow-failure : false
43
43
- compiler : ghc-9.10.1
@@ -111,7 +111,7 @@ jobs:
111
111
- name : Install GHCup
112
112
run : |
113
113
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"
115
115
chmod a+x "$HOME/.ghcup/bin/ghcup"
116
116
- name : Install cabal-install
117
117
run : |
You can’t perform that action at this time.
0 commit comments