From bef95ffbfcce768f4e4931a749be308726e44120 Mon Sep 17 00:00:00 2001 From: Alexander Esgen Date: Mon, 2 Oct 2023 15:10:42 +0200 Subject: [PATCH] Build Haddocks on 9.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In contrast to 8.10, GHC ≥9.0 does no longer fail fatally on invalid Haddock markup. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 661e1a27ba..d9ca780ddc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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