-
Notifications
You must be signed in to change notification settings - Fork 47
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
Failure to build with stack build --nix
on NixOS
#253
Comments
It is indeed. @YPares we need Stack to restore the @ethercrow you can work around this by using an explicit shell file. Uncomment the |
Commenting
I use nixos-unstable channel, so I've tried this amendment you pointed at:
This results in the following error:
|
You missed a
Also, you're getting the "infinite recursion" because your patch doesn't include the |
The doc doesn't have the
|
I was able to get build working with this shell-file patch:
|
Fixed in master. |
Is this related: https://ghc.haskell.org/trac/ghc/ticket/11042?
The text was updated successfully, but these errors were encountered: