Skip to content

Commit bb5a6c7

Browse files
committed
Fix rendering
1 parent 38d25c3 commit bb5a6c7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/global_flags.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,12 @@ information, see the
152152
[YAML configuration](yaml_configuration.md#resolver-or-snapshot) documentation.
153153

154154
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.
160161

161162
## `--[no-]rsl-in-log` flag
162163

0 commit comments

Comments
 (0)