-
Notifications
You must be signed in to change notification settings - Fork 698
New issue
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
Win permission denied on clean #1863
Comments
In the shell as the one from which invoking cabal, |
Could it be because the file is running somehow? On Windows you cannot delete a file if it belongs to a process which is currently being executed. |
No |
Actually yes, it looks like this happens only for |
So we should move |
After having downloaded sources from hackage in my user home, and trying
cabal configure
andcabal build
, when I want to clean I get a 'permission denied' error (whereas I obviously own files, and have permissions as I created them).``
cleaning...
Error while removing dist/: DeleteFile "dist\setup-wrapper\setup.exe": permission denied
The text was updated successfully, but these errors were encountered: