We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Is it delibarate?
I think it's very dangerous. User can always make $(pwd)/... if they need something local to the project.
$(pwd)/...
I'm worried that if cabal changes the working directory, things may go very wrong.
cabal
The text was updated successfully, but these errors were encountered:
Another issue about: #7812 Although that one is more about allowing relative paths for cabal install than limiting it in cabal build
cabal install
cabal build
User can always make $(pwd)/... if they need something local to the project.
users using a posix or powershell shell
Sorry, something went wrong.
No branches or pull requests
Is it delibarate?
I think it's very dangerous. User can always make
$(pwd)/...
if they need something local to the project.I'm worried that if
cabal
changes the working directory, things may go very wrong.The text was updated successfully, but these errors were encountered: