Dealing with `MAX_PATH` issue on windows mean setting short `STACK_ROOT`, but working directory also can trigger the limit. See https://github.com/commercialhaskell/stack/issues/1947 Currently I pass `--work-dir` to all stack commands, but it would be more convenient to also set `STACK_WORK`.
Dealing with
MAX_PATHissue on windows mean setting shortSTACK_ROOT, but working directory also can trigger the limit.See #1947
Currently I pass
--work-dirto all stack commands, but it would be more convenient to also setSTACK_WORK.