--
You received this message because you are subscribed to the Google Groups "haskell-stack" group.
To unsubscribe from this group and stop receiving emails from it, send an email to haskell-stack+unsubscribe@googlegroups.com.
To post to this group, send email to haskel...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/haskell-stack/af6a4ed9-fc63-4c0f-af61-8e1e7849db3e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
There's only one call to removeDirectoryRecursive I see in the Stack codebase, and that applies for install MSYS2 on Windows, which is probably _not_ relevant to what you're doing right now. Do you have any indication from the logs of what was happening immediately before or after? Can you run with `--verbose` and get more detailed logs? What about upgrading to the latest version of Stack?
On Sat, Nov 5, 2016 at 9:22 PM, kees Bleijenberg <k.blei...@lijbrandt.nl> wrote:
I edit the code in Atom, After a few updates I get the error removeDirectoryRecursive.....in the red box. When I cose Atom and I do stack build in cmd.exe I get again:removeDirectoryRecursive: permission denied (Access is denied.)If I remove the directory .stack-work and I do stack build again, everything is ok. But not for long. After a few updates of the code the error is back again.I'am using stack version 1.1.2 on windows 7.Kees
--
You received this message because you are subscribed to the Google Groups "haskell-stack" group.
To unsubscribe from this group and stop receiving emails from it, send an email to haskell-stac...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to haskell-stack+unsubscribe@googlegroups.com.
To post to this group, send email to haskel...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/haskell-stack/cc91145a-6059-4d6f-b650-84786e86f665%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to haskell-stack+unsubscribe@googlegroups.com.
To post to this group, send email to haskel...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/haskell-stack/c24245b6-bd57-4b76-b7cb-42e1cf612688%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to haskell-stack+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/haskell-stack/ea03e53a-6404-4c48-9be2-fa23c2c4b46c%40googlegroups.com.
git clone https://github.com/commercialhaskell/stack.git wprked flawless
I don't know where to go on figuring out what causes the files to be read only. But if you can write a recursive delete function that can deal with the read only files, that would be a good solution. We may also want to consider simply warning about the exception and then moving on.
To view this discussion on the web visit https://groups.google.com/d/msgid/haskell-stack/3d58928d-5186-4e0f-9c5f-6538196ff528%40googlegroups.com.