Skip to content

Commit

Permalink
ci: change in behaviour of ‘cabal haddock’
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcdonell committed Apr 5, 2023
1 parent 658cc60 commit ea6ed75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ jobs:
run: cabal build

- name: Haddock
run: cabal haddock
# Behaviour of cabal haddock has changed for the worse: https://github.com/haskell/cabal/issues/8725
run: cabal haddock --disable-documentation
if: matrix.mode == 'release'

- name: Test doctest
Expand Down

0 comments on commit ea6ed75

Please sign in to comment.