-
Notifications
You must be signed in to change notification settings - Fork 175
'stack install ghc-mod' fails with latest LTS/Nightly snapshot on 64-bit Windows #785
Comments
I'm gonna go ahead and guess it's that. Shouldn't that be impossible with Stack!? |
@TerrorJack what gives |
|
are you in a project folder ? can you try |
Not in a project folder, so implicitly using global config. And I completely purged the |
Arf, no idea, so. you should probably report a bug on stack. :/ Also, next time, it would be more practical if you could paste full logs of your commands. same for anyway, hope some else will be able to help |
Thank you for taking your time, I'll give that a shot. I'll also try rolling back to |
no prob :) |
you can also print the result of "uname -a", that's could be usefull |
@rvion Updated in the post. Not using any custom linker.. |
The problem persists even if I use |
yes, I think you're right, I guess your best bet is to open an issue in the stack bug tracker, and link it to here |
The error message is as follows:
I am building it in a mingw-w64 win64 shell (
uname -a
outputsMINGW64_NT-10.0 DESKTOP-RUPL5NM 2.5.0(0.297/5/3) 2016-04-12 13:08 x86_64 Msys
).Theghc
compiler I'm using is installed bystack setup
, there is no globalghc
. The build command isstack install ghc-mod
, and it is not run in a project directory, so it is using implicit global config. Global project resolver is set tonightly-2016-05-08
/lts-5.16
, both fails. I also tried removing the whole%appdata%\stack
directory (equivalent to~/.stack
in Linux), but that doesn't help either.The text was updated successfully, but these errors were encountered: