Skip to content

Commit

Permalink
Fix CI: turn off haddock step for GHC 8.4
Browse files Browse the repository at this point in the history
This haddock is too old for parsing constructor field documentation.
  • Loading branch information
andreasabel committed Jul 19, 2023
1 parent 3d1afd1 commit cfbd282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -77,7 +77,7 @@ jobs:
core-tests/resource-release-test.sh
- name: Haddock
if: matrix.ghc != '8.0' && matrix.ghc != '8.2'
if: matrix.ghc != '8.0' && matrix.ghc != '8.2' && matrix.ghc != '8.4'
run: cabal haddock all

build-wasi:
Expand Down

0 comments on commit cfbd282

Please sign in to comment.