1
0
forked from GitHub/gf-core

Change cabal version to 2.4, to match GHC 8.6.5

This commit is contained in:
John J. Camilleri
2020-11-09 17:15:13 +01:00
parent 399974ebfb
commit 24619bc3ee

View File

@@ -9,11 +9,11 @@ jobs:
strategy:
matrix:
os: [macOS-latest]
cabal: ["3.2"]
cabal: ["2.4"]
ghc: ["8.6.5"]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-haskell@v1.1.1
id: setup-haskell-cabal