Skip to content

Commit ea6ed75

Browse files
committed
ci: change in behaviour of ‘cabal haddock’
haskell/cabal#8725
1 parent 658cc60 commit ea6ed75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ jobs:
112112
run: cabal build
113113

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

118119
- name: Test doctest

0 commit comments

Comments
 (0)