From 650f83194914845104aa20c2a3487ee5d9fdf77f Mon Sep 17 00:00:00 2001 From: John MacFarlane <fiddlosopher@gmail.com> Date: Fri, 16 May 2014 09:50:30 -0700 Subject: [PATCH] travis: Test with ghc 7.8.2 rather than 7.8.1. --- .travis.yml | 2 +- pandoc.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9c8f18188..23627b1b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ env: # - GHCVER=6.12.3 - GHCVER=7.4.2 - GHCVER=7.6.3 - - GHCVER=7.8.1 # see note about Alex/Happy + - GHCVER=7.8.2 # see note about Alex/Happy # - GHCVER=head # see section about GHC HEAD snapshots # Note: the distinction between `before_install` and `install` is not important. 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