1 synopsis: Make --(test-)show-details=direct the default
2 packages: Cabal cabal-install
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