Skip to content

Commit 4c817d1

Browse files
committed
Regenerate Haskell-CI
1 parent e6a0b2a commit 4c817d1

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/haskell-ci.yml

Lines changed: 8 additions & 7 deletions
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.15.20220525
11+
# version: 0.15.20220609
1212
#
13-
# REGENDATA ("0.15.20220525",["github","hackage-cli.cabal"])
13+
# REGENDATA ("0.15.20220609",["github","hackage-cli.cabal"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -32,9 +32,9 @@ jobs:
3232
strategy:
3333
matrix:
3434
include:
35-
- compiler: ghc-9.4.0.20220501
35+
- compiler: ghc-9.4.0.20220523
3636
compilerKind: ghc
37-
compilerVersion: 9.4.0.20220501
37+
compilerVersion: 9.4.0.20220523
3838
setup-method: ghcup
3939
allow-failure: true
4040
- compiler: ghc-9.2.3
@@ -83,8 +83,8 @@ jobs:
8383
curl -sL https://downloads.haskell.org/ghcup/0.1.17.8/x86_64-linux-ghcup-0.1.17.8 > "$HOME/.ghcup/bin/ghcup"
8484
chmod a+x "$HOME/.ghcup/bin/ghcup"
8585
if $HEADHACKAGE; then "$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.7.yaml; fi
86-
"$HOME/.ghcup/bin/ghcup" install ghc "$HCVER"
87-
"$HOME/.ghcup/bin/ghcup" install cabal 3.6.2.0
86+
"$HOME/.ghcup/bin/ghcup" install ghc "$HCVER" || (cat "$HOME"/.ghcup/logs/*.* && false)
87+
"$HOME/.ghcup/bin/ghcup" install cabal 3.6.2.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
8888
apt-get update
8989
apt-get install -y libbrotli-dev
9090
else
@@ -94,7 +94,7 @@ jobs:
9494
mkdir -p "$HOME/.ghcup/bin"
9595
curl -sL https://downloads.haskell.org/ghcup/0.1.17.8/x86_64-linux-ghcup-0.1.17.8 > "$HOME/.ghcup/bin/ghcup"
9696
chmod a+x "$HOME/.ghcup/bin/ghcup"
97-
"$HOME/.ghcup/bin/ghcup" install cabal 3.6.2.0
97+
"$HOME/.ghcup/bin/ghcup" install cabal 3.6.2.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
9898
fi
9999
env:
100100
HCKIND: ${{ matrix.compilerKind }}
@@ -163,6 +163,7 @@ jobs:
163163
26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329
164164
f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89
165165
key-threshold: 3
166+
active-repositories: hackage.haskell.org, head.hackage.ghc.haskell.org:override
166167
EOF
167168
fi
168169
cat >> $CABAL_CONFIG <<EOF

0 commit comments

Comments
 (0)