Skip to content
  • Edward Z. Yang's avatar
    Make default install plan printing more chatty, fixes #3352. · da388222
    Edward Z. Yang authored
    
    
    Now it looks something like this by default:
    
    In order, the following will be built (use -v for more details):
     - Cabal-1.25.0.0 (test:package-tests) (file Cabal.cabal changed)
     - Cabal-1.25.0.0 (test:unit-tests) (cannot read state cache)
     - cabal-install-1.25.0.0 (exe:cabal, test:integration-tests, test:integration-tests2, test:solver-quickcheck, test:unit-tests) (file tests/UnitTests/Distribution/Solver/Modular/DSL.hs changed)
     - pretty-show-1.6.12 (exe:ppsh) (first run)
    
    Signed-off-by: default avatarEdward Z. Yang <ezyang@cs.stanford.edu>
    da388222