File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments