Solver Hackage benchmark: Explicitly initialize cabal config files
[cabal.git] / changelog.d / issue-7817
blob78d18e8d31a65148cb47b902b31f4ca9f91370f0
1 synopsis: Make --(test-)show-details=direct the default
2 packages: Cabal cabal-install
3 prs: #8942
5 description: {
7 This option leaves it up to the testing framework to decide what and how to print out,
8 potentially leading to a prettier output. For example, most of the testing frameworks
9 use colors, which wouldn't be seen with any other option.
11 This comes with a tradeoff, though: Cabal will not create a log file with this option.
12 If you prefer a log file, consider setting `--test-show-details=streaming` (or something
13 else) manually.