Skip to content

Commit

Permalink
Fix style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Jan 1, 2018
1 parent 0d2943a commit f5bdcd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 1 addition & 2 deletions src/Stack/Solver.hs
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ cabalSolver cabalfps constraintType
fmap toFilePath cabalfps

try ( withWorkingDir tmpdir
$ withProc "cabal" args
$ readProcessStdout_
$ withProc "cabal" args readProcessStdout_
)
>>= either
(parseCabalErrors . eceStderr)
Expand Down

0 comments on commit f5bdcd0

Please sign in to comment.