Skip to content

Commit d9ff7b7

Browse files
committed
CI: we need latest cabal-install for cabal-testsuite
See #8133
1 parent 330b08f commit d9ff7b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
id: setup-haskell
7272
with:
7373
ghc-version: ${{ matrix.ghc }}
74-
cabal-version: '3.8.1.0'
74+
cabal-version: latest # latest is mandatory for cabal-testsuite, see https://github.com/haskell/cabal/issues/8133
7575

7676
# See the following link for a breakdown of the following step
7777
# https://github.com/haskell/actions/issues/7#issuecomment-745697160
@@ -357,7 +357,7 @@ jobs:
357357
id: setup-haskell
358358
with:
359359
ghc-version: ${{ matrix.ghc }}
360-
cabal-version: '3.8.1.0'
360+
cabal-version: latest # latest is mandatory for cabal-testsuite, see https://github.com/haskell/cabal/issues/8133
361361

362362
# As we are reusing the cached build dir from the previous step
363363
# the generated artifacts are available here,

0 commit comments

Comments
 (0)