We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c9f4d commit 63296a2Copy full SHA for 63296a2
2 files changed
.github/workflows/haskell.yml
@@ -14,7 +14,7 @@ jobs:
14
LC_ALL: C.UTF-8
15
BUILD: ${{ matrix.build }}
16
# For updating see: https://downloads.haskell.org/~ghcup/
17
- GHCUP_VERSION: 0.1.20.0
+ GHCUP_VERSION: 0.1.50.2
18
DOCSPEC_URL: https://github.com/phadej/cabal-extras/releases/download/cabal-docspec-0.0.0.20210111/cabal-docspec-0.0.0.20210111.xz
19
DOCSPEC_OPTIONS: "--timeout 60 --check-properties --property-variables xs"
20
GHCUP_GHC_OPTIONS: ${{ matrix.ghcup_ghc_options }}
.github/workflows/regression-check.yml
@@ -71,7 +71,7 @@ jobs:
71
72
- name: Download ghc
73
run: |
74
- GHCUP_VER=0.1.18.0
+ GHCUP_VER=0.1.50.2
75
curl -sL -o ./ghcup https://downloads.haskell.org/~ghcup/$GHCUP_VER/x86_64-linux-ghcup-$GHCUP_VER
76
chmod +x ./ghcup
77
GHCVER=9.10.3
0 commit comments