File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,5 @@ option.
15
15
Pass the option ` --package <package> ` to add the initial GHC argument
16
16
` -package-id=<unit_id> ` , where ` <unit_id> ` is the unit ID of the specified
17
17
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 ) .
Original file line number Diff line number Diff line change @@ -29,9 +29,7 @@ The `--cwd` option can be used to set the working directory before the
29
29
executable is run.
30
30
31
31
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.
35
33
36
34
The ` --rts-options ` option (which can be specified multiple times) can be used
37
35
to pass a list of GHC's
Original file line number Diff line number Diff line change @@ -16,7 +16,5 @@ option.
16
16
Pass the option ` --package <package> ` to add the initial GHC argument
17
17
` -package-id=<unit_id> ` , where ` <unit_id> ` is the unit ID of the specified
18
18
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 ) .
You can’t perform that action at this time.
0 commit comments