haskell-ide-engine/cabal.project
Daniel Gröber 0e8004bc89 Add test-show-details:direct to cabal.project
Unfortunately new-test doesn't have a commandline option for getting
showing test output directly yet. In the mean time we can set:

    test-show-details: direct

However this will only start working with cabal-install-3.0.

Old cabal-install versions just get a warning though, so that should be fine:

    Warning: haskell-ide-engine/cabal.project:
      Unrecognized field 'test-show-details' on line 14
2019-08-22 21:29:38 +02:00

15 lines
297 B
Plaintext

packages:
./
./hie-plugin-api/
./submodules/HaRe
./submodules/cabal-helper/
./submodules/ghc-mod/
./submodules/ghc-mod/core/
./submodules/ghc-mod/ghc-project-types
tests: true
package haskell-ide-engine
test-show-details: direct