Skip to content

Commit 029312d

Browse files
committed
Pin Cabal version in Haddocks to GitHub Pages workflow
This fixes an error, "haddocks/cardano-data:testlib/*.haddock: openBinaryFile: does not exist" Closes #4840
1 parent 7683b73 commit 029312d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: setup-haskell
2020
with:
2121
ghc-version: "9.2.8"
22-
cabal-version: latest
22+
cabal-version: "3.12"
2323

2424
- name: Install system dependencies
2525
uses: input-output-hk/actions/base@latest

0 commit comments

Comments
 (0)