File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -271,9 +271,9 @@ project-level configuration file (`stack.yaml`).
271
271
!!! warning
272
272
273
273
Stack creates snapshots when building immutable dependencies of projects.
274
- The names of Cabal flags that have been manually set as disabled distinguish
274
+ The names of Cabal flags that have been set manually as disabled distinguish
275
275
one such snapshot from another. However, the names of Cabal flags that have
276
- been set as enabled do not do so.
276
+ been set manually as enabled do not do so.
277
277
278
278
### ` --[no-]force-dirty ` flag
279
279
Original file line number Diff line number Diff line change @@ -319,9 +319,9 @@ package will automatically be promoted to be an [extra-dep](#extra-deps).
319
319
!!! warning
320
320
321
321
Stack creates snapshots when building immutable dependencies of projects.
322
- The names of Cabal flags that have been manually set as disabled distinguish
322
+ The names of Cabal flags that have been set manually as disabled distinguish
323
323
one such snapshot from another. However, the names of Cabal flags that have
324
- been set as enabled do not do so.
324
+ been set manually as enabled do not do so.
325
325
326
326
# ## drop-packages
327
327
You can’t perform that action at this time.
0 commit comments