@@ -45,29 +45,35 @@ root directory.
4545
4646## The compiler tools directory
4747
48- Stack creates, in the [ Stack root] ( stack_root.md ) , a compiler tools directory
49- for the specified version of GHC (when the directory is required). Command
50- [ ` stack path --compiler-tools-bin ` ] ( ../commands/path_command.md ) to see
51- that directory.
48+ When the directory is required, Stack creates, in the
49+ [ Stack root] ( stack_root.md#compiler-tools-directory-optional ) , a compiler tools
50+ directory for the specified compiler version. Command
51+ [ ` stack path --compiler-tools-bin ` ] ( ../commands/path_command.md ) to see that
52+ directory.
5253
5354!!! info
5455
5556 Stack's
5657 [`build` command](../commands/build_command.md#-no-copy-compiler-tool-flag)
5758 can be configured to install built executable files of project packages into
58- the compiler tools directory.
59+ the
60+ [compiler tools directory](stack_root.md#compiler-tools-directory-optional)
61+ for the specified compiler version.
5962
6063!!! info
6164
62- If you wish to override a tool that is included in the specified compiler's
63- binary directory, put a copy of the alternative tool (or a link to it) in
64- the compiler tools directory.
65+ If you wish to override a tool that is co-located with the specified
66+ compiler's executable file, put a copy of the alternative tool (or a link to
67+ it) in the
68+ [compiler tools directory](stack_root.md#compiler-tools-directory-optional)
69+ for the specified compiler version.
6570
6671## The compiler binary's directory
6772
68- The directory in which the GHC binary that will be used by Stack is located.
69- Command [ ` stack path --compiler-bin ` ] ( ../commands/path_command.md ) to see
70- that directory.
73+ The directory in which the GHC executable file (binary) that will be used by
74+ Stack is located. Command
75+ [ ` stack path --compiler-bin ` ] ( ../commands/path_command.md ) to see that
76+ directory.
7177
7278## GHC's MinGW ` bin ` directory (Windows only)
7379
0 commit comments