Skip to content
Snippets Groups Projects
Commit f9a29486 authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Don't add UserPackageDB to the sandbox PackageDBStack.

Fixes #1183.
parent 70e90ac7
No related branches found
No related tags found
No related merge requests found
......@@ -316,9 +316,7 @@ sandboxInstall verbosity _sandboxFlags configFlags configExFlags
configPackageDB' :: ConfigFlags -> PackageDBStack
configPackageDB' cfg =
interpretPackageDbFlags userInstall (configPackageDBs cfg)
where
userInstall = fromFlagOrDefault True (configUserInstall cfg)
interpretPackageDbFlags {- userInstall = -} False (configPackageDBs cfg)
configCompilerAux' :: ConfigFlags
-> IO (Compiler, ProgramConfiguration)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment