Changing Stack's storage directory on Windows -
on windows, stack uses %appdata/stack
storage directory default. there way change that? i've managed move executables (by setting local-bin-path
in global config.yaml
file), i'd ghc versions, compiled packages, etc. stored somewhere else.
this isn't supported, should straightforward add. i've added ticket here: https://github.com/commercialhaskell/stack/issues/2067
the relevant code here https://github.com/commercialhaskell/stack/blob/6f7871b893de2792ad9b9a02d934dfa72f8d9090/src/stack/config.hs#l266
Comments
Post a Comment