Skip to content

Commit f3d98de

Browse files
Upgarde ghcup version to 0.1.50.2
1 parent 3b28471 commit f3d98de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
LC_ALL: C.UTF-8
1515
BUILD: ${{ matrix.build }}
1616
# For updating see: https://downloads.haskell.org/~ghcup/
17-
GHCUP_VERSION: 0.1.20.0
17+
GHCUP_VERSION: 0.1.50.2
1818
DOCSPEC_URL: https://github.com/phadej/cabal-extras/releases/download/cabal-docspec-0.0.0.20210111/cabal-docspec-0.0.0.20210111.xz
1919
DOCSPEC_OPTIONS: "--timeout 60 --check-properties --property-variables xs"
2020
GHCUP_GHC_OPTIONS: ${{ matrix.ghcup_ghc_options }}

.github/workflows/regression-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Download ghc
7373
run: |
74-
GHCUP_VER=0.1.18.0
74+
GHCUP_VER=0.1.50.2
7575
curl -sL -o ./ghcup https://downloads.haskell.org/~ghcup/$GHCUP_VER/x86_64-linux-ghcup-$GHCUP_VER
7676
chmod +x ./ghcup
7777
GHCVER=9.10.3

0 commit comments

Comments
 (0)