File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -152,11 +152,12 @@ information, see the
152
152
[ YAML configuration] ( yaml_configuration.md#resolver-or-snapshot ) documentation.
153
153
154
154
At the command line (only):
155
- * ` --resolver lts-<major_version> ` specifies the latest Stackage LTS Haskell
156
- snapshot with the specified major version;
157
- * ` --resolver lts ` specifies, from those with the greatest major version, the
158
- latest Stackage LTS Haskell snapshot; and
159
- * ` --resolver nightly ` specifies the most recent Stackage Nightly snapshot.
155
+
156
+ * ` --resolver lts-<major_version> ` specifies the latest Stackage LTS Haskell
157
+ snapshot with the specified major version;
158
+ * ` --resolver lts ` specifies, from those with the greatest major version, the
159
+ latest Stackage LTS Haskell snapshot; and
160
+ * ` --resolver nightly ` specifies the most recent Stackage Nightly snapshot.
160
161
161
162
## ` --[no-]rsl-in-log ` flag
162
163
You can’t perform that action at this time.
0 commit comments