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:
|
install:
|
||||||
- cabal-1.18 update
|
- cabal-1.18 update
|
||||||
# work around https://github.com/simonmar/happy/issues/16
|
- cabal-1.18 install happy
|
||||||
- if [ "$GHCVER" = '7.2.2' ]; then
|
|
||||||
sudo apt-get install happy;
|
|
||||||
else
|
|
||||||
cabal-1.18 install happy;
|
|
||||||
fi
|
|
||||||
- export PATH=$HOME/.cabal/bin:$PATH
|
- export PATH=$HOME/.cabal/bin:$PATH
|
||||||
- happy --version
|
- happy --version
|
||||||
- cabal-1.18 install --only-dependencies --enable-tests
|
- cabal-1.18 install --only-dependencies --enable-tests
|
||||||
|
Loading…
Reference in New Issue
Block a user