Skip to content

Commit fc57ca0

Browse files
committed
Edit docs re known bugs for stack config set command
Bugs cleared by #5813
1 parent 348f8e0 commit fc57ca0

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

doc/GUIDE_advanced.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ YAML configuration file, accordingly. By default, the project-level
4444
configuration file (`stack.yaml`) is altered. The `--global` flag specifies the
4545
user-specific global configuration file (`config.yaml`).
4646

47-
Known bug:
48-
49-
* The command does not respect the order of the existing YAML configuration
50-
file.
51-
5247
## The `stack config set resolver` command
5348

5449
`stack config set resolver <snapshot>` sets the `resolver` key in the
@@ -58,11 +53,9 @@ A snapshot of `lts` or `nightly` will be translated into the most recent
5853
available. A snapshot of `lts-19` will be translated into the most recent
5954
available in the `lts-19` sequence.
6055

61-
Known bugs:
56+
Known bug:
6257

6358
* The command does not respect the presence of a `snapshot` key.
64-
* The command does not respect the order of the existing YAML configuration
65-
file.
6659

6760
## The `stack config set system-ghc` command
6861

@@ -71,11 +64,6 @@ YAML configuration file, accordingly. By default, the project-level
7164
configuration file (`stack.yaml`) is altered. The `--global` flag specifies the
7265
user-specific global configuration file (`config.yaml`).
7366

74-
Known bug:
75-
76-
* The command does not respect the order of the existing YAML configuration
77-
file.
78-
7967
## The `stack dot` command
8068

8169
If you'd like to get some insight into the dependency tree of your packages, you

0 commit comments

Comments
 (0)