File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
message-index/messages/S-6602/not-yaml Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,14 @@ title: Not a YAML file
5
5
This ` stack.yaml ` file is not syntactically valid YAML. The error that results from ` stack --stack-yaml not.yaml build ` is:
6
6
``` text
7
7
Error: [S-6602]
8
- Could not parse '/PATH/TO/not.yaml':
9
- YAML parse exception at line 0, column 0,
10
- while parsing a block node:
11
- did not find expected node content
12
- See http://docs.haskellstack.org/en/stable/yaml_configuration/
8
+ Stack could not load and parse /PATH/TO/not.yaml as a YAML configuraton file.
9
+
10
+ While loading and parsing, Stack encountered the following exception:
11
+
12
+ YAML parse exception at line 0, column 0,
13
+ while parsing a block node:
14
+ did not find expected node content
15
+
16
+ For help about the content of Stack's YAML configuration files, see (for the most recent release of
17
+ Stack) http://docs.haskellstack.org/en/stable/yaml_configuration/.
13
18
```
You can’t perform that action at this time.
0 commit comments