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
{{ message }}
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.
When there is a boot library in extra-deps, we need to find all other boot libraries that we have in our transitive dependencies which depend on this one and override them as well.
The text was updated successfully, but these errors were encountered:
A straightforward implementation of this could be to simply see if our overrides override any of the boot packages and if this is the case, override them all with callHackage (of course before applying overrides form the project spec!).
This will potentially require to rebuild more boot packages than required, but whatever, there are not that many of them.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When there is a boot library in
extra-deps
, we need to find all other boot libraries that we have in our transitive dependencies which depend on this one and override them as well.The text was updated successfully, but these errors were encountered: