Use GHC-9.8.1 for packdiff

This commit is contained in:
Harendra Kumar 2024-02-17 07:17:04 +05:30
parent 9684899b0f
commit cb294215fc

View File

@ -11,10 +11,10 @@ jobs:
- name: Download ghc
run: |
GHCUP_VER=0.1.18.0
GHCUP_VER=0.1.20.0
curl -sL -o ./ghcup https://downloads.haskell.org/~ghcup/$GHCUP_VER/x86_64-linux-ghcup-$GHCUP_VER
chmod +x ./ghcup
GHCVER=8.10.7
GHCVER=9.8.1
./ghcup install ghc $GHCVER
./ghcup set ghc $GHCVER
cabal update