-
Notifications
You must be signed in to change notification settings - Fork 734
nix: default ghc to version 9.6.3 #5439
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
Conversation
99f5176
to
750e7cc
Compare
I finally found the culprit:
from unix-time. so, now let's see how to resolve this properly. |
That failure is a bit more annoying than it should be. |
Status update:
Still two more issue:
|
Turns out we now try to access
|
Ok. I think we got most of it, not all of it yet...
sigh. |
So that one I also figured out, it's due to
(and similar) are now blocking the build. |
921fda8
to
39b1f59
Compare
9464bc1
to
dcfda75
Compare
I've squashed and added a TODO comment related to updating |
dcfda75
to
0ea0608
Compare
Updates from 9.2.7 to 9.2.8.
0ea0608
to
26484b4
Compare
Description
This PR adds GHC 9.6.3 via
haskell.nix
to CI.