Install yesod-bin

This commit is contained in:
Michael Snoyman 2015-03-22 16:30:10 +02:00
parent e9aec442e9
commit 8b27ad835a

View File

@ -24,6 +24,7 @@ install:
- echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
- travis_retry cabal update
- cabal install alex happy
- cabal install yesod-bin
- cabal install --only-dependencies
# Here starts the actual work to be performed for the package under test; any command which exits with a non-zero exit code causes the build to fail.