travis: bump happy alex installer minor versions

This commit is contained in:
Alexander Thiemann 2015-08-09 23:13:16 +02:00
parent 9be525dd85
commit dd77475dc3

View File

@ -20,7 +20,7 @@ before_install:
fi
- $CABAL update
- |
if [ $GHCVER = "head" ] || [ $GHCVER = "7.8.3" ] || [ $GHCVER = "7.10.1" ]; then
if [ $GHCVER = "head" ] || [ $GHCVER = "7.8.4" ] || [ $GHCVER = "7.10.2" ]; then
$CABAL install happy alex
export PATH=$HOME/.cabal/bin:$PATH
fi