From 8b27ad835aa9d9d30cfba0873be283a0615a0c19 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 22 Mar 2015 16:30:10 +0200 Subject: [PATCH] Install yesod-bin --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9fbe377..9d5b701 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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.