Skip to content

Commit 7680226

Browse files
Update error text in not.yaml Stack example
Now it matches the RC
1 parent 14b0689 commit 7680226

File tree

1 file changed

+10
-5
lines changed
  • message-index/messages/S-6602/not-yaml

1 file changed

+10
-5
lines changed

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ title: Not a YAML file
55
This `stack.yaml` file is not syntactically valid YAML. The error that results from `stack --stack-yaml not.yaml build` is:
66
```text
77
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/.
1318
```

0 commit comments

Comments
 (0)