Skip to content

Commit f662307

Browse files
fix: go back to ghc-8.10.7
1 parent 5abab95 commit f662307

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
id: setup-haskell-cabal
2828
uses: haskell/actions/setup@v2
2929
with:
30-
ghc-version: "9.2"
30+
# I faced the following issue with GHC-9.2 and and I managed to solve
31+
# it by going back to GHC-8.10.7 just to generate the docs:
32+
# - https://github.com/haskell/cabal/issues/8326
33+
ghc-version: "8.10.7"
3134
cabal-version: "3.6"
3235

3336
- name: Generate sdist

0 commit comments

Comments
 (0)