Skip to content

Commit

Permalink
reinstall happy and alex
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Apr 12, 2014
1 parent f299993 commit 330109e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -37,7 +37,7 @@ before_install:

# Update happy when building with GHC head
- |
if [ $GHCVER = "head" ] || [ $GHCVER = "7.8.1" ]; then
if [ $GHCVER = "head" ] || [ $GHCVER = "7.8.2" ]; then
$CABAL install happy alex
export PATH=$HOME/.cabal/bin:$PATH
fi
Expand Down

1 comment on commit 330109e

@hvr
Copy link
Collaborator

@hvr hvr commented on 330109e Apr 13, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've created binary packages for alex & happy which may speed up the buildjob, see haskell-CI/haskell-ci#4 and the README file for more details.

Please sign in to comment.