aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-06-22 16:56:26 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-06-22 16:59:20 -0700
commit6716d1c7029f7f517b150797aad0e5e7bb7ceaed (patch)
tree5a7fc86a9efab2affaf83236a176fc08a48b0c48 /pandoc.cabal
parentc5c8bc96a1c299751c3dfc586a8bc9be271db3da (diff)
downloadpandoc-6716d1c7029f7f517b150797aad0e5e7bb7ceaed.tar.gz
Bump version to 2.10. Update tested-with.
We need a major version bump because of the new pandoc-types.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal5
1 files 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