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
I may be wrong, but this technique breaks down if the replacement version has a different set of dependencies than the one in super. You can use self.callCabal2nix "github" (...) instead to get the desired behavior.
I may be wrong, but this technique breaks down if the replacement version has a different set of dependencies than the one in
super. You can useself.callCabal2nix "github" (...)instead to get the desired behavior.