File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The error messages are now more accurate and include the line and column of the
16
16
There is a new flag `--project-file-parser=<legacy|default|parsec|fallback|compare>` which can be used to select the parser to use.
17
17
18
18
* `legacy` - the old parser
19
- * `default` - the default, by default the `fallback` strategy is used unless you have compiled `cabal-install` with `-f+legacy-comparision `.
19
+ * `default` - the default, by default the `fallback` strategy is used unless you have compiled `cabal-install` with `-f+legacy-comparison `.
20
20
* `parsec` - the new parser using parsec
21
21
* `fallback` - the new parser using parsec, but falling back to the old parser if it fails
22
22
* `compare` - the new parser using parsec, but comparing the results with the old parser
You can’t perform that action at this time.
0 commit comments