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
The hashSourceMapData function is calling proc compilerExe ["--info"] readProcess, which seems to be where this error message is coming from. I don't know why Stack isn't using the modified process execution environment to find the appropriate GHC.
The text was updated successfully, but these errors were encountered:
Thanks for reporting @silky, sorry I didn't notice. @qrilka got this fixed on master now, please check it out and confirm for yourself when you have a chance.
Steps to reproduce
stack path
or any other commandExpected
The command to succeed
Actual
Get an error along the lines of:
Stack version
More info
The
hashSourceMapData
function is callingproc compilerExe ["--info"] readProcess
, which seems to be where this error message is coming from. I don't know why Stack isn't using the modified process execution environment to find the appropriate GHC.The text was updated successfully, but these errors were encountered: