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
We decided to use PVP to version our packages (except we'll not be particularly careful about upstream orphan instances). That strongly implies/requires that we are specifying upper bounds in our cabal files.
This task is to add upper bounds to all of our cabal files.
For this bootstrap, we should just use the current MAJOR(.MAJOR).MINOR.* bounds (or cabal's <=^ caret operator) for whatever MAJOR and MINOR the cabal solver currently chooses for our dependencies.
The text was updated successfully, but these errors were encountered:
The draft tool on PR IntersectMBO/ouroboros-network#4208 could help assure we use the same bounds in every .cabal file (at least every .cabal file inside of the same package bundle).
Uh oh!
There was an error while loading. Please reload this page.
We decided to use PVP to version our packages (except we'll not be particularly careful about upstream orphan instances). That strongly implies/requires that we are specifying upper bounds in our cabal files.
This task is to add upper bounds to all of our cabal files.
For this bootstrap, we should just use the current MAJOR(.MAJOR).MINOR.* bounds (or cabal's <=^ caret operator) for whatever MAJOR and MINOR the cabal solver currently chooses for our dependencies.
The text was updated successfully, but these errors were encountered: