diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-03-13 20:58:54 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-03-13 20:58:54 -0700 |
commit | 1749a5924ba3258f3c23f2dcf1f70531b903d216 (patch) | |
tree | 04da5ef0bb575dee09d80800433c1879328f41fc | |
parent | 28394f8d8c35e1d8dd73124709b827540e25a661 (diff) | |
download | pandoc-1749a5924ba3258f3c23f2dcf1f70531b903d216.tar.gz |
Updated tested-with.
-rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 077f2a193..ebc40a2c1 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -11,8 +11,8 @@ bug-reports: https://github.com/jgm/pandoc/issues stability: alpha homepage: https://pandoc.org category: Text -tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3, - GHC == 8.6.1 +tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, + GHC == 8.6.3 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 |