Skip to content

Commit

Permalink
Another attempt at fixing Cabal config issue
Browse files Browse the repository at this point in the history
Fix suggested by haskell/cabal#1938
  • Loading branch information
tebello-thejane committed Aug 1, 2015
1 parent 992a180 commit f936240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/scr-cabal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cabal --version
ghc --version

cabal configure --enable-tests -O0 --disable-library-profiling -v2
cabal build
cabal install --only-dependencies --force-reinstalls --enable-tests
cabal configure --enable-tests -O0 --disable-library-profiling -v2
cabal clean
rm ~/.cabal/setup-exe-cache/*
Expand Down

0 comments on commit f936240

Please sign in to comment.