Skip to content

Commit 14b0689

Browse files
Improve documentation of S-6602
* Correct Stack version * Global files also affected * More docs links
1 parent ba25b11 commit 14b0689

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

message-index/messages/S-6602/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Could not parse YAML configuration file
33
summary: Test summary
44
severity: error
5-
introduced: 2.10.0
5+
introduced: 2.9.3
66
---
77

8-
This error occurs when Stack is unable to parse a `stack.yaml` file. The error covers the following situations:
8+
This error occurs when Stack is unable to parse a YAML configuration file, which could be a project-level `stack.yaml` file or a global `config.yaml` file. The error covers the following situations:
99

1010
* The specified configuration file does not exist
1111
* The configuration file is not well-formed YAML
1212
* The file is well-formed YAML but does not match the expected data schema
1313

14-
The expected file format is described in [the Stack documentation](https://docs.haskellstack.org/en/stable/yaml_configuration/).
14+
The expected file formats are described in [the Stack documentation](https://docs.haskellstack.org/en/stable/yaml_configuration/).

0 commit comments

Comments
 (0)