@@ -198,7 +198,7 @@ runContainerAndExit config
198198 sandboxIDDir <- parseRelDir (sandboxID ++ " /" )
199199 let stackRoot = configStackRoot config
200200 sandboxDir = projectDockerSandboxDir projectRoot
201- sandboxSandboxDir = sandboxDir </> $ (mkRelDir " .sandbox /" ) </> sandboxIDDir
201+ sandboxSandboxDir = sandboxDir </> $ (mkRelDir " _sandbox /" ) </> sandboxIDDir
202202 sandboxHomeDir = sandboxDir </> homeDirName
203203 sandboxRepoDir = sandboxDir </> sandboxIDDir
204204 sandboxSubdirs = map (\ d -> sandboxRepoDir </> d)
@@ -622,9 +622,9 @@ sandboxedHomeSubdirectories =
622622 ,$ (mkRelDir " .cabal/" )
623623 ,$ (mkRelDir " .ghcjs/" )]
624624
625- -- | Name of home directory within @. docker- sandbox@ .
625+ -- | Name of home directory within docker sandbox.
626626homeDirName :: Path Rel Dir
627- homeDirName = $ (mkRelDir " .home /" )
627+ homeDirName = $ (mkRelDir " _home /" )
628628
629629-- | Options parser configuration for Docker.
630630dockerOptsParser :: Bool -> Parser DockerOptsMonoid
@@ -839,7 +839,7 @@ data StackDockerException
839839 | ResolverNotSupportedException Resolver
840840 -- ^ Only LTS resolvers are supported for default image tag.
841841 | CannotDetermineProjectRootException
842- -- ^ Can't determine the project root (where to put @. docker- sandbox@ ).
842+ -- ^ Can't determine the project root (where to put docker sandbox).
843843 | DockerNotInstalledException
844844 -- ^ @docker --version@ failed.
845845 | InvalidDatabasePathException SomeException
0 commit comments