Skip to content

Commit

Permalink
Build Haddocks on 9.2 (#381)
Browse files Browse the repository at this point in the history
In contrast to 8.10, GHC ≥9.0 does no longer fail fatally on invalid
Haddock markup.
  • Loading branch information
Damian Nadales authored Oct 3, 2023
2 parents c6498b6 + bef95ff commit 49c7f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
if: |
github.event_name == 'push'
&& github.ref == 'refs/heads/main'
&& matrix.ghc=='8.10.7'
&& matrix.ghc=='9.2.8'
run: |
cabal build --dry-run --enable-tests all
./scripts/docs/haddocks.sh
Expand All @@ -200,7 +200,7 @@ jobs:
if: |
github.event_name == 'push'
&& github.ref == 'refs/heads/main'
&& matrix.ghc=='8.10.7'
&& matrix.ghc=='9.2.8'
uses: actions/upload-artifact@v3
with:
name: haddocks
Expand Down

0 comments on commit 49c7f76

Please sign in to comment.