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
Recompute package registration AFTER we install (haskell#3257).
It needs to be done afterwards, because we need to compute
the ABI hash as part of registration, which can't be done
unless all dependencies are registered, which could include
internal libraries.
This whole affair is very dodgy.
Signed-off-by: Edward Z. Yang <[email protected]>
0 commit comments