aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2020-09-20 22:33:22 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2020-09-20 22:57:51 +0200
commitb2decdfd1370b5291a6c1be758d4e0bfeaf9fcc7 (patch)
treef54d9e4eb1626c35cb2d350c8b496fb4608353a5 /pandoc.cabal
parent4b459b49ea8075be6b3defe764bdc0cc7ad47fb5 (diff)
downloadpandoc-b2decdfd1370b5291a6c1be758d4e0bfeaf9fcc7.tar.gz
CI: bump tested GHC versions to 8.8.4 and 8.10.2
Besides being newer, GHC version 8.10.2 comes preinstalled on GitHub Actions environments; using it slightly speeds up CI tests.
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 c764093c1..345a4f827 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.3, GHC == 8.10.1
+ GHC == 8.8.4, GHC == 8.10.2
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