From 6716d1c7029f7f517b150797aad0e5e7bb7ceaed Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Mon, 22 Jun 2020 16:56:26 -0700
Subject: [PATCH] Bump version to 2.10. Update tested-with.

We need a major version bump because of the new pandoc-types.
---
 pandoc.cabal | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pandoc.cabal b/pandoc.cabal
index 6165d2b44..a36f3942c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,6 +1,6 @@
 cabal-version:   2.2
 name:            pandoc
-version:         2.9.2.1
+version:         2.10
 build-type:      Simple
 license:         GPL-2.0-or-later
 license-file:    COPYING.md
@@ -11,7 +11,8 @@ bug-reports:     https://github.com/jgm/pandoc/issues
 stability:       alpha
 homepage:        https://pandoc.org
 category:        Text
-tested-with:     GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5
+tested-with:     GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5,
+                 GHC == 8.8.3, GHC == 8.10.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