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
showFR _ (PackageRequiresMissingComponent qpn comp) =" (requires "++ showExposedComponent comp ++" from "++ showQPN qpn ++", but the component does not exist)"
229
229
showFR _ (PackageRequiresPrivateComponent qpn comp) =" (requires "++ showExposedComponent comp ++" from "++ showQPN qpn ++", but the component is private)"
230
230
showFR _ (PackageRequiresUnbuildableComponent qpn comp) =" (requires "++ showExposedComponent comp ++" from "++ showQPN qpn ++", but the component is not buildable in the current environment)"
231
-
showFR _ CannotInstall=" (only already installed instances can be used)"
232
231
showFR _ CannotReinstall=" (avoiding to reinstall a package with same version but new dependencies)"
233
232
showFR _ NotExplicit=" (not a user-provided goal nor mentioned as a constraint, but reject-unconstrained-dependencies was set)"
234
233
showFR _ Shadowed=" (shadowed by another installed package with same version)"
0 commit comments