Bump version to 2.10. Update tested-with.

We need a major version bump because of the new pandoc-types.
This commit is contained in:
John MacFarlane 2020-06-22 16:56:26 -07:00
parent c5c8bc96a1
commit 6716d1c702

View file

@ -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