Skip to content

Commit

Permalink
Remove the --only-dependencies phase as it breaks in cabal HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
UnkindPartition committed Jan 31, 2019
1 parent 57bd346 commit aa89c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ install:
PACKAGES=$(stack --install-ghc query locals | grep '^ *path' | sed 's@^ *path:@@' | grep -v 'core-tests')
# don't use -O0 here; see https://github.com/haskell/primitive/issues/177
cabal install --only-dependencies --enable-tests --enable-benchmarks --force-reinstalls --reorder-goals --max-backjumps=-1 $CABALARGS $PACKAGES
cabal install primitive
;;
esac
set +ex
Expand Down

0 comments on commit aa89c61

Please sign in to comment.