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
cabal repl -b ...
dist-newstyle
Describe the bug
cabal repl -b ... populates the dist-newstyle directory, even though it shouldn't.
To Reproduce
$ mkdir some-dir && cd some-dir $ ls $ cabal v2-repl -b base > :q $ ls # should be empty, but isn't $ tree . └── dist-newstyle └── cache └── compiler
Please use version-prefixed commands (e.g. v2-build or v1-build) to avoid ambiguity.
v2-build
v1-build
Expected behavior No dist-newstyle should be created
System information
cabal
ghc
The text was updated successfully, but these errors were encountered:
cabal repl -b
expect this may be fixed by #8358 ?
Sorry, something went wrong.
Just checked cabal for the latest master commit e714824 and it is not fixed.
Same, I pulled the version built in CI for #8358, and it does create dist-newstyle both for cabal repl and cabal update.
cabal repl
cabal update
gbaz
Successfully merging a pull request may close this issue.
Describe the bug
cabal repl -b ...
populates thedist-newstyle
directory, even though it shouldn't.To Reproduce
Please use version-prefixed commands (e.g.
v2-build
orv1-build
) to avoid ambiguity.Expected behavior
No
dist-newstyle
should be createdSystem information
cabal
3.8.1.0ghc
8.10.7The text was updated successfully, but these errors were encountered: