We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In a project where my build is failing, I'm trying to inspect the intermediate files that GHC generates.
I tried
stack build --ghc-options=-keep-tmp-files
but it doesn't work, because while GHC doesn't delete its temp files, stack does.
I think it's because of this:
stack/src/Stack/Build/Execute.hs
Lines 326 to 327 in b48f18f
Is there a way I can convince stack to keep the temporary directory for inspection? If not, I'd like to feature request that.
The text was updated successfully, but these errors were encountered:
stack build: Add --keep-tmp-files flag. Fixes commercialhaskell#3857
24d3666
fa7ea32
d6c1775
PR at #3858
Sorry, something went wrong.
38f6561
Merge pull request #3858 from nh2/issue-3857-keep-tmp-dirs-flag
9e068b2
stack build: Add --keep-tmp-files flag. Fixes #3857
No branches or pull requests
In a project where my build is failing, I'm trying to inspect the intermediate files that GHC generates.
I tried
but it doesn't work, because while GHC doesn't delete its temp files, stack does.
I think it's because of this:
stack/src/Stack/Build/Execute.hs
Lines 326 to 327 in b48f18f
Is there a way I can convince stack to keep the temporary directory for inspection? If not, I'd like to feature request that.
The text was updated successfully, but these errors were encountered: