File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -75,9 +75,10 @@ By default:
75
75
GHCi (only). Pass the ` --ghci-options ` option to pass flags or options to
76
76
GHCi (only).
77
77
78
- * Stack does not configure GHCi to hide unnecessary packages, unless there are
79
- no packages to expose. Pass the ` --package-hiding ` flag to hide unnecessary
80
- packages or ` --no-package-hiding ` flag not to hide unnecessary packages.
78
+ * Stack configures GHCi to hide unnecessary packages, unless no packages are
79
+ targetted and no additional packages are specified. Pass the
80
+ ` --package-hiding ` flag to hide unnecessary packages or
81
+ ` --no-package-hiding ` flag not to hide unnecessary packages.
81
82
82
83
* Stack loads and imports all of the modules for each target. Pass the
83
84
` --no-load ` flag to skip the loading of modules. Pass the ` --only-main ` flag
You can’t perform that action at this time.
0 commit comments