From 9af0d634f1207a465bab7d2ce96b4a3bc82247f5 Mon Sep 17 00:00:00 2001 From: Mike Pilgrem Date: Fri, 6 Oct 2023 22:55:33 +0100 Subject: [PATCH] Re #6267 *.hi and *.o no longer left in stack-exe-src directory --- doc/stack_root.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/stack_root.md b/doc/stack_root.md index 65b4dd59a5..ff3bcd354b 100644 --- a/doc/stack_root.md +++ b/doc/stack_root.md @@ -206,11 +206,8 @@ Stack will seek to rebuild it. See the documentation for the [`setup-exe-cache` directory](#setup-exe-cache-directorysetup-exe-cache). This -contains: - -* the two source files (`setup-.hs` and `setup-shim-.hs`) that Stack - uses to build the executable; and -* associated GHC build artefacts (`*.hi` and `*.o` files). +contains the two source files (`setup-.hs` and `setup-shim-.hs`) +that Stack uses to build the executable. If the contents of the directory are deleted, and Stack needs the executable, Stack will recreate them.