~~~haskell -- Stack.Build.ExecutePackage.singleTest logError $ displayShow $ TestSuiteExeMissing package.buildType == C.Simple) exeName (packageNameString package.name) (unqualCompToString testName) ~~~ results in output like: ~~~text TestSuiteExeMissing False "stack-unit-test.exe" "stack" "stack-unit-test" ~~~ For an example, see: * https://github.com/commercialhaskell/stack/pull/6865
results in output like:
For an example, see: