aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-05-16 10:34:20 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-05-16 10:34:20 -0700
commiteabaa625fe91541f67e35feac0d0e31479447101 (patch)
tree3015879b05dbbf4adc2387e0e87b77dcd43860aa
parent650f83194914845104aa20c2a3487ee5d9fdf77f (diff)
downloadpandoc-eabaa625fe91541f67e35feac0d0e31479447101.tar.gz
Fixed travis build to install alex for GHC 7.8.2.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 23627b1b0..7f24986d2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ before_install:
install:
- cabal-1.18 update
- |
- if [ $GHCVER = "head" ] || [ $GHCVER = "7.8.1" ]; then
+ if [ $GHCVER = "head" ] || [ $GHCVER = "7.8.2" ]; then
cabal-1.18 install happy alex
export PATH=$HOME/.cabal/bin:$PATH
fi