Skip to content

Commit f441f4e

Browse files
committed
Merge branch 'stable'
2 parents 9b6aa5b + bd6325c commit f441f4e

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

doc/ghc_command.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,5 @@ option.
1515
Pass the option `--package <package>` to add the initial GHC argument
1616
`-package-id=<unit_id>`, where `<unit_id>` is the unit ID of the specified
1717
package in the installed package database. The option can be specified multiple
18-
times. Alternatively, the option `--package "<packages>"` can be used, where
19-
`<packages>` is a white space-delimited list of packages. The approach taken to
20-
these packages is the same as if they were specified as targets to
21-
[`stack build`](build_command.md#target-syntax).
18+
times. The approach taken to these packages is the same as if they were
19+
specified as targets to [`stack build`](build_command.md#target-syntax).

doc/run_command.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ The `--cwd` option can be used to set the working directory before the
2929
executable is run.
3030

3131
The `--package` option (which can be specified multiple times) can be used to
32-
add a package name to build targets. Alternatively, the option
33-
`--package "<packages>"` can be used, where `<packages>` is a white
34-
space-delimited list of packages.
32+
add a package name to build targets.
3533

3634
The `--rts-options` option (which can be specified multiple times) can be used
3735
to pass a list of GHC's

doc/runghc_command.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,5 @@ option.
1616
Pass the option `--package <package>` to add the initial GHC argument
1717
`-package-id=<unit_id>`, where `<unit_id>` is the unit ID of the specified
1818
package in the installed package database. The option can be specified multiple
19-
times. Alternatively, the option `--package "<packages>"` can be used, where
20-
`<packages>` is a white space-delimited list of packages. The approach taken to
21-
these packages is the same as if they were specified as targets to
22-
[`stack build`](build_command.md#target-syntax).
19+
times. The approach taken to these packages is the same as if they were
20+
specified as targets to [`stack build`](build_command.md#target-syntax).

0 commit comments

Comments
 (0)