Skip to content
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

stack exec messes up command on Windows #3246

Closed
arrowd opened this issue Jul 4, 2017 · 3 comments
Closed

stack exec messes up command on Windows #3246

arrowd opened this issue Jul 4, 2017 · 3 comments

Comments

@arrowd
Copy link
Contributor

arrowd commented Jul 4, 2017

stack --version
Version 1.4.0, Git revision e714f1dd3fade19496d91bd6a017e435a96a6bcd x86_64 hpack-0.17.0

stack exec -- cmd /c set
'"set' is not recognized as an internal or external command,
operable program or batch file.

Note "set in the error message. Something clearly goes wrong there.

@mgsloan
Copy link
Contributor

mgsloan commented Aug 7, 2017

I don't have a windows haskell development setup at the moment. It'd be great if someone that does could look into this! Want to try figuring out what's going wrong @arrowd?

@tswelsh
Copy link
Contributor

tswelsh commented Mar 14, 2018

I had a look at this, and was able to reproduce the error message with just with the process library. It is probably related to this long standing issue: haskell/process#51.

@snoyberg
Copy link
Contributor

snoyberg commented Apr 8, 2019

Closing as an upstream issue. If someone wants to work on getting this fixed in process, I'd be happy to work with them on it (I maintain the library)

@snoyberg snoyberg closed this as completed Apr 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants