Revert "Work around https://github.com/simonmar/happy/issues/16"
This reverts commit 785b5a4182
.
This commit is contained in:
parent
8a9d1936aa
commit
7c6fbb2af1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user