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 e673958
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 @@ -84,7 +84,8 @@ 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 e673958

Please sign in to comment.