From 2e2b43dfce1c6abce12aeba02a8f72a1038c37ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20G=C3=A9lineau?= Date: Wed, 20 Aug 2014 23:30:40 -0400 Subject: [PATCH] install everything at the same time otherwise the dependencies of aeson will prevent Hawk from compiling. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2600316..62ce768 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,8 +66,7 @@ before_install: install: - type happy - cabal-1.18 update - - cabal-1.18 install aeson - - cabal-1.18 install --only-dependencies --enable-tests --enable-benchmarks + - cabal-1.18 install aeson haskell-awk --only-dependencies --enable-tests --enable-benchmarks # 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