Use ghc-8.8.3 for macos-installhs-cabal

This commit is contained in:
jneira 2020-03-12 11:39:55 +01:00
parent 68a57bb61c
commit 9ec87df18e

View File

@ -21,8 +21,7 @@ jobs:
displayName: "Unpack cache"
condition: eq(variables.CACHE_RESTORED, 'true')
- bash: |
# TODO Install ghc-8.8.3 when adding stack-8.8.3.yaml
brew install ghc@8.6
brew install ghc@8.8
brew install cabal-install --ignore-dependencies ghc
which cabal
which ghc