We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa57be commit 5132584Copy full SHA for 5132584
.travis.yml
@@ -87,6 +87,7 @@ install:
87
echo "stack is located at $(which stack)";
88
stack --version;
89
rm -f $(stack --stack-yaml=$STACK_YAML path --dist-dir)/stack-*.tar.gz &&
90
+ stack --system-ghc --stack-yaml=$STACK_YAML build Cabal &&
91
stack --system-ghc --stack-yaml=$STACK_YAML sdist --pvp-bounds=both &&
92
tar xf $(stack --system-ghc --compiler=ghc-$GHCVER path --dist-dir)/stack-*.tar.gz --wildcards --strip-components=1 '*/stack.cabal' &&
93
cabal install --only-dependencies --enable-tests --enable-benchmarks --force-reinstalls --ghc-options=-O0 --reorder-goals --max-backjumps=-1;;
0 commit comments