Merge pull request #5486 from 23Skidoo/try-to-fix-appveyor
[cabal.git] / travis-solver-debug-flags.sh
blobe025adc8d8b549fcf2b7cf164b0bf07b13b2f87e
1 #!/bin/sh
3 # Build cabal with solver debug flags enabled.
4 # We need to skip the tests, because debug-tracetree prints the whole solver
5 # tree as JSON.
7 cabal update
8 cabal install happy
9 cabal new-build exe:cabal --constraint "cabal-install +debug-tracetree +debug-conflict-sets"