From 564be58fa866dd10e82292c09948eb8c80051ab1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 6 Jan 2025 22:19:11 -0800 Subject: [PATCH] CI: test with ghc 9.8, 9.10 --- .github/workflows/ci.yml | 6 ++++++ pandoc.cabal | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c96cdcc98cae..ce5ab0b33647 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,6 +63,12 @@ jobs: - ghc: '9.6' cabal: 'latest' cabalopts: '' + - ghc: '9.8' + cabal: 'latest' + cabalopts: '' + - ghc: '9.10' + cabal: 'latest' + cabalopts: '' steps: - uses: actions/checkout@v4 diff --git a/pandoc.cabal b/pandoc.cabal index 7369dc8f55e4..3cf1aeef9c76 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -12,7 +12,8 @@ stability: alpha homepage: https://pandoc.org category: Text tested-with: GHC == 8.10.7, GHC == 9.0.2, - GHC == 9.2.5, GHC == 9.4.4, GHC == 9.6.3 + GHC == 9.2.5, GHC == 9.4.4, GHC == 9.6.3, + GHC == 9.8.2, GHC == 9.10.1 synopsis: Conversion between markup formats description: Pandoc is a Haskell library for converting from one markup format to another. The formats it can handle include