diff --git a/.travis.yml b/.travis.yml index f7e655eb56..68dd43d162 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,8 +75,7 @@ install: ./etc/scripts/get-hlint.sh ;; stack) - travis_wait stack --no-terminal build Cabal - travis_wait stack --no-terminal build store + stack --no-terminal build store stack --no-terminal test --only-dependencies ;; cabal) diff --git a/src/Stack/Solver.hs b/src/Stack/Solver.hs index 7f52b02748..75ecc0606e 100644 --- a/src/Stack/Solver.hs +++ b/src/Stack/Solver.hs @@ -113,8 +113,7 @@ cabalSolver cabalfps constraintType fmap toFilePath cabalfps try ( withWorkingDir tmpdir - $ withProc "cabal" args - $ readProcessStdout_ + $ withProc "cabal" args readProcessStdout_ ) >>= either (parseCabalErrors . eceStderr)