aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
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 /.travis.yml
parent9e2d22b148124e090aa07b4ba7e27f75397ade7d (diff)
downloadpandoc-650f83194914845104aa20c2a3487ee5d9fdf77f.tar.gz
travis: Test with ghc 7.8.2 rather than 7.8.1.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 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.