You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's Windows 10 run in Virtual Box (the official MS image). I didn't change any localization settings, so #1448 should not be relevant (to be sure I tried setting LANG, but it had not effect).
I have also tried the ghcup route, but the result is the same. I am now trying older package set (previous tests were with LTS 18.21).
Edit: So it's broken in a same way till LTS with GHC 8.8.4, since that version it fails with .\test.cabal: openBinaryFile: does not exist (No such file or directory).
I pretty much gave up on Haskell on Windows (was unable to reproduce a compilation issue of my open-source project specific to Windows, because Stack on Windows and/or VM crashed way sooner than compilation of my program started). Judging from this ticket, supported is nonexistent. I provided clear repro, yet nobody even tried it. It looks rather dead...
@mnn, I'm also a Windows user and have had similar experiences in the past, but I think GHC and Stack today are more Windows-friendly than they have ever been. The large backlog of issues in this repository is a practical problem and I am trying to winnow them.
General summary/comments (optional)
It's Windows 10 run in Virtual Box (the official MS image). I didn't change any localization settings, so #1448 should not be relevant (to be sure I tried setting
LANG
, but it had not effect).Steps to reproduce
stack new test
cd test
stack run
Expected
Compiles and prints
someFunc
.Actual
I tried to run the failed long command manually, but I guess it relies on stack providing something in the environment:
Stack version
Method of installation
The text was updated successfully, but these errors were encountered: