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
base is now a normal package that can be reinstalled. Yet GHC will automatically link against a specific version of base for backward compatibility. This is done by storing base's unit-id in the settings. We don't do this for now in #3 because it means rewriting the settings after they have been used to compile boot libraries. It doesn't seem sane to mix inputs and outputs like this.
base
is now a normal package that can be reinstalled. Yet GHC will automatically link against a specific version ofbase
for backward compatibility. This is done by storingbase
's unit-id in the settings. We don't do this for now in #3 because it means rewriting the settings after they have been used to compile boot libraries. It doesn't seem sane to mix inputs and outputs like this.I agree with the comment on the upstream issue that we shouldn't do this.
Q: do we want to keep compatibility with upstream here?
In the meantime I'll mark T25382 as
expect_broken
as it fails on CI.The text was updated successfully, but these errors were encountered: