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.20250506
12
12
#
13
- # REGENDATA ("0.19.20250216 ",["github","regex-tdfa.cabal"])
13
+ # REGENDATA ("0.19.20250506 ",["github","regex-tdfa.cabal"])
14
14
#
15
15
name : Haskell-CI
16
16
on :
@@ -32,24 +32,24 @@ jobs:
32
32
strategy :
33
33
matrix :
34
34
include :
35
- - compiler : ghc-9.12.1
35
+ - compiler : ghc-9.12.2
36
36
compilerKind : ghc
37
- compilerVersion : 9.12.1
37
+ compilerVersion : 9.12.2
38
38
setup-method : ghcup
39
39
allow-failure : false
40
- - compiler : ghc-9.10.1
40
+ - compiler : ghc-9.10.2
41
41
compilerKind : ghc
42
- compilerVersion : 9.10.1
42
+ compilerVersion : 9.10.2
43
43
setup-method : ghcup
44
44
allow-failure : false
45
45
- compiler : ghc-9.8.4
46
46
compilerKind : ghc
47
47
compilerVersion : 9.8.4
48
48
setup-method : ghcup
49
49
allow-failure : false
50
- - compiler : ghc-9.6.6
50
+ - compiler : ghc-9.6.7
51
51
compilerKind : ghc
52
- compilerVersion : 9.6.6
52
+ compilerVersion : 9.6.7
53
53
setup-method : ghcup
54
54
allow-failure : false
55
55
- compiler : ghc-9.4.8
@@ -106,12 +106,12 @@ jobs:
106
106
- name : Install GHCup
107
107
run : |
108
108
mkdir -p "$HOME/.ghcup/bin"
109
- curl -sL https://downloads.haskell.org/ghcup/0.1.30.0 /x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
109
+ curl -sL https://downloads.haskell.org/ghcup/0.1.50.1 /x86_64-linux-ghcup-0.1.50.1 > "$HOME/.ghcup/bin/ghcup"
110
110
chmod a+x "$HOME/.ghcup/bin/ghcup"
111
111
- name : Install cabal-install
112
112
run : |
113
- "$HOME/.ghcup/bin/ghcup" install cabal 3.12.1 .0 || (cat "$HOME"/.ghcup/logs/*.* && false)
114
- echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1 .0 -vnormal+nowrap" >> "$GITHUB_ENV"
113
+ "$HOME/.ghcup/bin/ghcup" install cabal 3.14.2 .0 || (cat "$HOME"/.ghcup/logs/*.* && false)
114
+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.2 .0 -vnormal+nowrap" >> "$GITHUB_ENV"
115
115
- name : Install GHC (GHCup)
116
116
if : matrix.setup-method == 'ghcup'
117
117
run : |
0 commit comments