-
Couldn't load subscription status.
- Fork 31
Hackage DB logic from #6 #9
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
#6 included "Per component building, and hackage DB", this PR only pulls in the relevant hackage-db logic. The per component building (nix) will be a separate PR.
|
CI failed, because we added hackage-db. We'll need to regenerate the nix expression. However the haskell.nix/compat/driver likely won't understand the new hackage expressions. |
This rather crudely integrates most of the haskell changes from elvishjerricco/per-component-new-names.
|
With the recent changes to input-output-hk/hackage.nix#2 and angerman/haskell.nix#2, this now allows us to run and obtain |
| { BSD-3-Clause = bsd3; | ||
| BSD-2-Clause = bsd2; | ||
| MIT = mit; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep. this is dead :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll rebase #11, after this to clean up.
|
Alight, cachix and travis don't play along well right now, builds successfully on macOS and nixOS. |
No description provided.