You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: message-index/messages/S-6602/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
title: Could not parse YAML configuration file
3
3
summary: Test summary
4
4
severity: error
5
-
introduced: 2.10.0
5
+
introduced: 2.9.3
6
6
---
7
7
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:
9
9
10
10
* The specified configuration file does not exist
11
11
* The configuration file is not well-formed YAML
12
12
* The file is well-formed YAML but does not match the expected data schema
13
13
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