Fixed travis build to install alex for GHC 7.8.2.

This commit is contained in:
John MacFarlane 2014-05-16 10:34:20 -07:00
parent 650f831949
commit eabaa625fe

View file

@ -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