Skip to content

Commit 4c68d5a

Browse files
committed
Try to kill the cabal error
This looks like haskell/cabal#6470 which has (apparantly) been fixed for a while.
1 parent 1fe8f72 commit 4c68d5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
id: setup-haskell-cabal
101101
with:
102102
ghc-version: ${{ env.ghc_version }}
103-
cabal-version: "3.2"
103+
cabal-version: "3.8"
104104

105105
- name: Build
106106
run: cabal v2-build --enable-tests --enable-benchmarks all

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
id: setup-haskell-cabal
129129
with:
130130
ghc-version: ${{ env.ghc_version }}
131-
cabal-version: "3.2"
131+
cabal-version: "3.8"
132132

133133
- name: Run unit tests
134134
run: cabal v2-test --enable-tests --test-show-details=direct all

0 commit comments

Comments
 (0)