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
spago install never adds version ranges to spago.yaml. For package-set based projects this isn't a big deal (and is even desirable), but for solver based projects this is confusing. When maintaining a solver project you have to remember to add --ensure-ranges to get a sensible spago.yaml. We should do this automatically.