-
Notifications
You must be signed in to change notification settings - Fork 2
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
Installation fails on nixos-unstable due to missing attribute ghc7103 #2
Comments
Oh that's a bugger!! |
An alternative would be to work on Eta to allow it to compile with GHC 8. Things like the Generic instances would have to be written because it uses that for communication. It's a chunk of work, but it would be good work. |
Of course, Eta supporting GHC 8 would be the best for various reasons :-). Meanwhile we could at least update the installation docs to include this known limitation for I'm not sure about the recommended remedy we should include in the docs... the Docker image is working, and using the stable Nix expressions from 18.09, too, but takes forever to compile:
|
This problem still exists with the 19.03 |
Yes this is now a problem in stable - so following the instructions no longer work at all. |
GHC 7.10.3 was dropped in
nixpkgs
about 2 months ago: NixOS/nixpkgs@2f0de54What is the best way to move forward? Should we provide another overlay for installing GHC 7.10.3?
The text was updated successfully, but these errors were encountered: