From bb5a6c74c6b94ebfc560b38dff75f3cb0dae138d Mon Sep 17 00:00:00 2001 From: Mike Pilgrem Date: Sun, 9 Apr 2023 18:30:34 +0100 Subject: [PATCH] Fix rendering --- doc/global_flags.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/global_flags.md b/doc/global_flags.md index 2e6774c16f..9d6397f1cd 100644 --- a/doc/global_flags.md +++ b/doc/global_flags.md @@ -152,11 +152,12 @@ information, see the [YAML configuration](yaml_configuration.md#resolver-or-snapshot) documentation. At the command line (only): -* `--resolver lts-` specifies the latest Stackage LTS Haskell - snapshot with the specified major version; -* `--resolver lts` specifies, from those with the greatest major version, the - latest Stackage LTS Haskell snapshot; and -* `--resolver nightly` specifies the most recent Stackage Nightly snapshot. + +* `--resolver lts-` specifies the latest Stackage LTS Haskell + snapshot with the specified major version; +* `--resolver lts` specifies, from those with the greatest major version, the + latest Stackage LTS Haskell snapshot; and +* `--resolver nightly` specifies the most recent Stackage Nightly snapshot. ## `--[no-]rsl-in-log` flag