aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2021-05-25 17:49:48 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2021-05-25 11:52:49 -0700
commit54ab7a0a3b4a3e0ddccde706bb75876070313210 (patch)
treed99a72573d883f1f8edd503ce1bd7ceb8eb626fe /pandoc.cabal
parent105a50569be6d2c1b37cc290abcbfbae1cd0fd1e (diff)
downloadpandoc-54ab7a0a3b4a3e0ddccde706bb75876070313210.tar.gz
CI: test with GHC 9.0.1
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
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