-
Notifications
You must be signed in to change notification settings - Fork 697
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
"Permission denied" error: cabal v2-clean + windows + source-repository-package #6933
Comments
To Reproduce $ mkdir some-dir
$ cd some-dir
$ cabal init -n
$ cat cabal.project
packages: ./
source-repository-package
type:git
location: https://github.com/pepeiborra/ekg-json
tag: 7a0af7a8fd38045fd15fb13445bdcc7085325460 Now run the commands:
|
Any news about this issue? Actually, it stops from building on Windows (happens with cabal build). |
Closing as a duplicate of #10182 (which IMO has more concrete information) |
Describe the bug
source-repository-package
, after whatever command that triggers the checkout of the remote package, acabal v2-clean
fails with:rmdir .\dist-newstyle -for -rec
deletes the directory succesfullyTo Reproduce
Expected behavior
cabal clean
should delete the directorydist-newstyle
System information
cabal-3.2.0.0
,ghc-8.8.3
The text was updated successfully, but these errors were encountered: