8
8
#
9
9
# For more information, see https://github.com/haskell-CI/haskell-ci
10
10
#
11
- # version: 0.19.20240514
11
+ # version: 0.19.20240708
12
12
#
13
- # REGENDATA ("0.19.20240514 ",["github","--config=cabal.haskell-ci","lattices.cabal"])
13
+ # REGENDATA ("0.19.20240708 ",["github","--config=cabal.haskell-ci","lattices.cabal"])
14
14
#
15
15
name : Haskell-CI
16
16
on :
@@ -32,19 +32,24 @@ jobs:
32
32
strategy :
33
33
matrix :
34
34
include :
35
- - compiler : ghc-9.8 .1
35
+ - compiler : ghc-9.10 .1
36
36
compilerKind : ghc
37
- compilerVersion : 9.8 .1
37
+ compilerVersion : 9.10 .1
38
38
setup-method : ghcup
39
39
allow-failure : false
40
- - compiler : ghc-9.6.3
40
+ - compiler : ghc-9.8.2
41
41
compilerKind : ghc
42
- compilerVersion : 9.6.3
42
+ compilerVersion : 9.8.2
43
43
setup-method : ghcup
44
44
allow-failure : false
45
- - compiler : ghc-9.4.7
45
+ - compiler : ghc-9.6.5
46
46
compilerKind : ghc
47
- compilerVersion : 9.4.7
47
+ compilerVersion : 9.6.5
48
+ setup-method : ghcup
49
+ allow-failure : false
50
+ - compiler : ghc-9.4.8
51
+ compilerKind : ghc
52
+ compilerVersion : 9.4.8
48
53
setup-method : ghcup
49
54
allow-failure : false
50
55
- compiler : ghc-9.2.8
@@ -79,10 +84,10 @@ jobs:
79
84
apt-get update
80
85
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5
81
86
mkdir -p "$HOME/.ghcup/bin"
82
- curl -sL https://downloads.haskell.org/ghcup/0.1.20 .0/x86_64-linux-ghcup-0.1.20 .0 > "$HOME/.ghcup/bin/ghcup"
87
+ curl -sL https://downloads.haskell.org/ghcup/0.1.30 .0/x86_64-linux-ghcup-0.1.30 .0 > "$HOME/.ghcup/bin/ghcup"
83
88
chmod a+x "$HOME/.ghcup/bin/ghcup"
84
89
"$HOME/.ghcup/bin/ghcup" install ghc "$HCVER" || (cat "$HOME"/.ghcup/logs/*.* && false)
85
- "$HOME/.ghcup/bin/ghcup" install cabal 3.10.2 .0 || (cat "$HOME"/.ghcup/logs/*.* && false)
90
+ "$HOME/.ghcup/bin/ghcup" install cabal 3.12.1 .0 || (cat "$HOME"/.ghcup/logs/*.* && false)
86
91
env :
87
92
HCKIND : ${{ matrix.compilerKind }}
88
93
HCNAME : ${{ matrix.compiler }}
@@ -100,7 +105,7 @@ jobs:
100
105
echo "HC=$HC" >> "$GITHUB_ENV"
101
106
echo "HCPKG=$HCPKG" >> "$GITHUB_ENV"
102
107
echo "HADDOCK=$HADDOCK" >> "$GITHUB_ENV"
103
- echo "CABAL=$HOME/.ghcup/bin/cabal-3.10.2 .0 -vnormal+nowrap" >> "$GITHUB_ENV"
108
+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1 .0 -vnormal+nowrap" >> "$GITHUB_ENV"
104
109
HCNUMVER=$(${HC} --numeric-version|perl -ne '/^(\d+)\.(\d+)\.(\d+)(\.(\d+))?$/; print(10000 * $1 + 100 * $2 + ($3 == 0 ? $5 != 1 : $3))')
105
110
echo "HCNUMVER=$HCNUMVER" >> "$GITHUB_ENV"
106
111
echo "ARG_TESTS=--enable-tests" >> "$GITHUB_ENV"
@@ -164,8 +169,8 @@ jobs:
164
169
- name : install cabal-docspec
165
170
run : |
166
171
mkdir -p $HOME/.cabal/bin
167
- curl -sL https://github.com/phadej/cabal-extras/releases/download/cabal-docspec-0.0.0.20240414 /cabal-docspec-0.0.0.20240414 -x86_64-linux.xz > cabal-docspec.xz
168
- echo '2d18a3f79619e8ec5f11870f926f6dc2616e02a6c889315b7f82044b95a1adb9 cabal-docspec.xz' | sha256sum -c -
172
+ curl -sL https://github.com/phadej/cabal-extras/releases/download/cabal-docspec-0.0.0.20240703 /cabal-docspec-0.0.0.20240703 -x86_64-linux.xz > cabal-docspec.xz
173
+ echo '48bf3b7fd2f7f0caa6162afee57a755be8523e7f467b694900eb420f5f9a7b76 cabal-docspec.xz' | sha256sum -c -
169
174
xz -d < cabal-docspec.xz > $HOME/.cabal/bin/cabal-docspec
170
175
rm -f cabal-docspec.xz
171
176
chmod a+x $HOME/.cabal/bin/cabal-docspec
0 commit comments