This reverts commit 785b5a4182.
This commit is contained in:
Kazu Yamamoto 2014-01-17 08:43:30 +09:00
parent 8a9d1936aa
commit 7c6fbb2af1
1 changed files with 1 additions and 6 deletions

View File

@ -12,12 +12,7 @@ before_install:
install:
- cabal-1.18 update
# work around https://github.com/simonmar/happy/issues/16
- if [ "$GHCVER" = '7.2.2' ]; then
sudo apt-get install happy;
else
cabal-1.18 install happy;
fi
- cabal-1.18 install happy
- export PATH=$HOME/.cabal/bin:$PATH
- happy --version
- cabal-1.18 install --only-dependencies --enable-tests