Skip to content

Commit 9d15e88

Browse files
authored
Merge pull request commercialhaskell#6673 from mahtaran/patch-2
2 parents fa07810 + 5d00fce commit 9d15e88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/configure/yaml/non-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ Stack's defaults differ between Unix-like operating systems and Windows.
961961
(assuming that path is space-free). For example, if the relevant
962962
directory is `C:\sr\programs`, add:
963963
~~~yaml
964-
local-program-paths: C:\sr\programs
964+
local-programs-path: C:\sr\programs
965965
~~~
966966

967967
to Stack's [global configuration](https://docs.haskellstack.org/en/stable/configure/yaml/#location-of-global-configuration)
@@ -1009,7 +1009,7 @@ Stack's defaults differ between Unix-like operating systems and Windows.
10091009
(assuming that path is space-free). For example, if the relevant
10101010
directory is `C:\sr\programs`, add:
10111011
~~~yaml
1012-
local-program-paths: C:\sr\programs
1012+
local-programs-path: C:\sr\programs
10131013
~~~
10141014

10151015
to Stack's [global configuration](https://docs.haskellstack.org/en/stable/configure/yaml/#location-of-global-configuration)

0 commit comments

Comments
 (0)