aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-10-09 14:44:32 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-10-09 14:44:32 -0700
commit3687dc36d584ed1758898e2ce612ff96f1d9f6a5 (patch)
tree2c9074e53c17aff1a9ed4da01ac827fb902f15bf /pandoc.cabal
parent114103d67fcb100dda8edde45fa3eee680cdd678 (diff)
downloadpandoc-3687dc36d584ed1758898e2ce612ff96f1d9f6a5.tar.gz
Test also on ghc 7.4.2.
Made make_travis_yml.hs a bit more robust.
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 ccd8aa022..1f85d203d 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.6.3, GHC == 7.8.4, GHC == 7.10.2
+Tested-With: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2
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