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
$ stack --version
Version 1.0.2 x86_64
$ stack build --nix
< sleeps for a bit, no output >
[zimbatm@xps13:~/code/my/projet]$ <dropped into that nix-shell look-alike>
[zimbatm@xps13:~/code/my/projet]$ exit
$
Then I tried running it with strace -fF and I got a bunch of exit(1) at the end but it terminated. So I tried running cat | stack build --nix and got a proper Haskell compilation output with a complaint that zlib.h is not found.
I suspect that the command that you are running detected an interactive input and behaves differently in that case.
The text was updated successfully, but these errors were encountered:
Hi,
unfortunately it's not an open-source repo but I've got something weird going on an would like to describe it the best that I can:
I have a project with a stack.yml that looks like this:
Then I tried running it with
strace -fF
and I got a bunch of exit(1) at the end but it terminated. So I tried runningcat | stack build --nix
and got a proper Haskell compilation output with a complaint that zlib.h is not found.I suspect that the command that you are running detected an interactive input and behaves differently in that case.
The text was updated successfully, but these errors were encountered: