[Haskell-cafe] Stack lock issue

Dominick Samperi djsamperi at gmail.com
Fri Oct 1 15:23:45 UTC 2021


Hi,

Stack install does its thing in some hashed directory under .stack-work by
default,
but I want to write to <package-root>/bin as part of the configure process.
I'm trying
to do this as follows:

-- configure file contains:
cd $(stack path --project-root)
echo "..." > .bin/foo.sh
cd -

> cd <project-root>
> stack install

I'm doing this under Windows with the born shell in my path.

Problem: the use of stack to find the project-root directory is blocked
waiting for
the outer stack to terminate! This may have something to do with Windows
"Device or resource busy" lock.

Is there a better way?

Thanks,
Dominick




<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virus-free.
www.avg.com
<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20211001/d93a09b4/attachment.html>


More information about the Haskell-Cafe mailing list