install happy dammit

This commit is contained in:
Chris Allen 2014-05-03 01:03:16 -05:00
parent 58e091f4e1
commit b83c8a1cb7

View File

@ -34,6 +34,7 @@ before_install:
- sudo add-apt-repository -y ppa:hvr/ghc
- sudo apt-get update
- sudo apt-get install cabal-install-1.18 ghc-$GHCVER
- sudo apt-get install happy-1.19.3
- export PATH=/opt/ghc/$GHCVER/bin:/opt/happy/1.19.3/bin:$PATH
install: