From 54ab7a0a3b4a3e0ddccde706bb75876070313210 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Tue, 25 May 2021 17:49:48 +0200 Subject: [PATCH] CI: test with GHC 9.0.1 --- .github/workflows/ci.yml | 7 ++++++- pandoc.cabal | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8083f44e..3b8a72efa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,11 +68,16 @@ jobs: prefix: '' cabalopts: '' testopts: '--test-option=--hide-successes' - - ghc: '8.10.2' + - ghc: '8.10.4' cabal: '3.2' prefix: '' cabalopts: '-ftrypandoc' testopts: '--test-option=--hide-successes' + - ghc: '9.0.1' + cabal: '3.4' + prefix: '' + cabalopts: '' + testopts: '--test-option=--hide-successes' steps: - uses: actions/checkout@v2 diff --git a/pandoc.cabal b/pandoc.cabal index c8e49c620..c74df3e69 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -12,7 +12,7 @@ stability: alpha homepage: https://pandoc.org category: Text tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, - GHC == 8.8.4, GHC == 8.10.2 + GHC == 8.8.4, GHC == 8.10.2, GHC == 9.0.1 synopsis: Conversion between markup formats description: Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses