Work around https://github.com/simonmar/happy/issues/16
This commit is contained in:
parent
0435273058
commit
785b5a4182
@ -12,7 +12,12 @@ before_install:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- cabal-1.18 update
|
- cabal-1.18 update
|
||||||
- cabal-1.18 install happy
|
# 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
|
||||||
- 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