@@ -555,14 +555,14 @@ package is targetted in a multi-package project (for example, using
555555` stack build <package_name> ` ).
556556
557557* ** One target package:** The build output for the target package is sent to the
558- standard error output stream of the console as it happens.
558+ standard error stream of the console as it happens.
559559
560560* ** More than one target package:** The build output from GHC (as opposed to
561561 from Stack) for each target package is sent to a log file for that package,
562562 unless an error occurs that prevents that. At the end of the build, the
563563 location of the directory containing the log files is reported. To also output
564- the contents of the log files to the standard error output stream of the
565- console at the end of the build, use Stack's ` dump-logs ` option. For further
564+ the contents of the log files to the standard error stream of the console at
565+ the end of the build, use Stack's ` dump-logs ` option. For further
566566 information about that option, see the
567567 [ YAML configuration] ( yaml_configuration.md#dump-logs ) documentation. The
568568 default ` dump-logs ` mode is to output the contents of the log files that are
@@ -606,10 +606,10 @@ Default: Enabled
606606Cabal defines a test suite interface
607607[ 'exitcode-stdio-1.0'] ( https://hackage.haskell.org/package/Cabal-syntax-3.8.1.0/docs/Distribution-Types-TestSuiteInterface.html#v:TestSuiteExeV1.0 )
608608where the test suite takes the form of an executable and the executable takes
609- nothing on the standard input channel (` stdin ` ). Pass this flag to override that
610- specification and allow the executable to receive input on that channel . If you
609+ nothing on the standard input stream (` stdin ` ). Pass this flag to override that
610+ specification and allow the executable to receive input on that stream . If you
611611pass ` --no-tests-allow-stdin ` and the executable seeks input on the standard
612- input channel , an exception will be thown.
612+ input stream , an exception will be thown.
613613
614614## Examples
615615
0 commit comments