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
dr-cabal/README.md
Lines 102 to 107 in af95d44
I'd like to suggest an even less intrusive approach, without nuking the whole store:
store
cabal --store-dir=foobar build
Cabal will create if non-existent and use foobar folder to store built packages.
foobar
POSIX users can simplify their lifes even further, creating a fresh temporary folder every time:
cabal --store-dir=$(mktemp -d) build
The text was updated successfully, but these errors were encountered:
That sounds like a great suggestion and a really nice documentation improvement 🙂
Sorry, something went wrong.
[#26] Suggest cabal --store-dir (#27)
b6e2eec
Resolves #26
Successfully merging a pull request may close this issue.
dr-cabal/README.md
Lines 102 to 107 in af95d44
I'd like to suggest an even less intrusive approach, without nuking the whole
store
:Cabal will create if non-existent and use
foobar
folder to store built packages.POSIX users can simplify their lifes even further, creating a fresh temporary folder every time:
The text was updated successfully, but these errors were encountered: