summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-05-16 09:50:30 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-05-16 09:50:30 -0700
commit650f83194914845104aa20c2a3487ee5d9fdf77f (patch)
tree3ca852f46d6be7956ce4df2423e40851872f7cc5 /pandoc.cabal
parent9e2d22b148124e090aa07b4ba7e27f75397ade7d (diff)
travis: Test with ghc 7.8.2 rather than 7.8.1.
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 8ce77c8f0..6f12ec375 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -11,7 +11,7 @@ Bug-Reports: https://github.com/jgm/pandoc/issues
Stability: alpha
Homepage: http://johnmacfarlane.net/pandoc
Category: Text
-Tested-With: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.1
+Tested-With: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.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