File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -227,8 +227,12 @@ At the command line (only):
227
227
* ` --snapshot lts-<major_version> ` specifies the latest Stackage LTS Haskell
228
228
snapshot with the specified major version;
229
229
* ` --snapshot lts ` specifies, from those with the greatest major version, the
230
- latest Stackage LTS Haskell snapshot; and
231
- * ` --snapshot nightly ` specifies the most recent Stackage Nightly snapshot.
230
+ latest Stackage LTS Haskell snapshot;
231
+ * ` --snapshot nightly ` specifies the most recent Stackage Nightly snapshot;
232
+ and
233
+ * ` --snapshot global ` specifies the snapshot specified by the project-level
234
+ configuration file in the ` global-project ` directory in the
235
+ [ Stack root] ( stack_root.md#global-project-directory ) .
232
236
233
237
## ` --stack-colors ` or ` --stack-colours ` options
234
238
Original file line number Diff line number Diff line change @@ -116,9 +116,6 @@ Each of these snapshots will also determine what constraints are placed on the
116
116
compiler version. See the [ compiler-check] ( #compiler-check ) option for some
117
117
additional control over compiler version.
118
118
119
- The ` snapshot ` key specifies a snapshot location. For further information, see
120
- the [ snapshot and package location] ( pantry.md ) documentation.
121
-
122
119
### resolver
123
120
124
121
` resolver ` and [ ` snapshot ` ] ( #snapshot ) are synonyms. Only one of these keys is
You can’t perform that action at this time.
0 commit comments