See this stack overflow question: http://stackoverflow.com/questions/36831051/changing-stacks-storage-directory-on-windows
Relevant code here:
|
configLocalProgramsBase <- |
It isn't as big of a deal on linux, because it's just based on your stack root location. However, even there, it could be handy to put the ghc installations elsewhere. I'm thinking this could be useful for travis, because it doesn't make very much sense to cache installed ghc versions (and instead use apt or stack setup-ed versions)
See this stack overflow question: http://stackoverflow.com/questions/36831051/changing-stacks-storage-directory-on-windows
Relevant code here:
stack/src/Stack/Config.hs
Line 266 in 6f7871b
It isn't as big of a deal on linux, because it's just based on your stack root location. However, even there, it could be handy to put the ghc installations elsewhere. I'm thinking this could be useful for travis, because it doesn't make very much sense to cache installed ghc versions (and instead use apt or stack setup-ed versions)