aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-06-04 07:36:15 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-06-04 07:36:15 -0700
commit34510949ca89dd6fe613ae11c0422d0506d72a29 (patch)
treede617d3f7043264aaea842617937116b7198a994 /pandoc.cabal
parent9a77544813fb0a40d43ecbbddfad55976aea8ddb (diff)
downloadpandoc-34510949ca89dd6fe613ae11c0422d0506d72a29.tar.gz
Travis: test with ghc 8.0.1, remove testing with ghc 7.4.
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 aa17192de..b18ad3aee 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -11,7 +11,7 @@ Bug-Reports: https://github.com/jgm/pandoc/issues
Stability: alpha
Homepage: http://pandoc.org
Category: Text
-Tested-With: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2
+Tested-With: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.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