Skip to content

Commit 97266f3

Browse files
authored
Merge pull request #4845 from IntersectMBO/nm/fix-haddock-generation
Pin Cabal version in Haddocks to GitHub Pages workflow
2 parents 85c9912 + 8364270 commit 97266f3

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)