Skip to content

Commit 5095b34

Browse files
committed
GHA: fix haddock action
1 parent 74ba1f3 commit 5095b34

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/github-page.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,16 @@ jobs:
4444
experimental-features = nix-command flakes
4545
4646
- name: Install Haskell
47-
uses: haskell-actions/setup@v2
47+
uses: input-output-hk/actions/haskell@latest
4848
id: setup-haskell
4949
with:
50-
ghc-version: ${{ matrix.ghc }}
51-
cabal-version: '3.14.1.1'
50+
cabal-version: "3.14.1.1"
51+
ghc-version: ${ matrix.ghc }}
52+
53+
- name: Install base libraries
54+
uses: input-output-hk/actions/base@latest
55+
with:
56+
use-sodium-vrf: false
5257

5358
- uses: actions/cache@v4
5459
name: Cache cabal store

0 commit comments

Comments
 (0)