Skip to content

Commit

Permalink
Ignore failing 'cabal haddock' with GHC-8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ennocramer committed Sep 11, 2023
1 parent 2d0763c commit b2f5d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: cabal test all

- name: Generate Documentation
run: cabal haddock all
run: [ "${{ matrix.ghc }}" == 8.4 ] || cabal haddock all

- name: Check Cabal File
run: cabal check

0 comments on commit b2f5d3c

Please sign in to comment.