-
Notifications
You must be signed in to change notification settings - Fork 92
Is there any way to install the package in Windows? #45
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
Comments
I'm afraid it's not supposed to work with GHC/MinGW (it even says so in the package description)... |
I can't even install it with Cygwin, though it says in the docs it works under Cygwin. |
It should work on Cygwin if you use a Cygwin-build of GHC and Cabal. If it doesn't then it should be considered a bug. |
I am on Windows and need to install stack-run which depends on this package. And the unix package installation fails with this error:
|
@rakesh-k, sorry, Long ago, I believe GHC used to have a Cygwin-specific build that would allow you to install POSIX-heavy packages like The workaround is to find an equivalent way to do things on Windows that doesn't require the |
Although now that I look closer, your issue in particular isn't that |
@rakesh-k: See also yamadapc/stack-run#6, which tracks the progress to remove |
Closing since as of e745f0c, |
Is it possible to install the package under Windows? I tried using MinGW, and I can run
./configure
command. But, what about installation? Clearly, runningcabal install
won't work.The text was updated successfully, but these errors were encountered: