Closed sellout closed 7 months ago
It should, using Cabal's extendVersionRanges
, but I think I only used it to extend the range above.
It should, not sure why it doesn't.W Will have to have a closer look.
I pushed a likely fix. Are you able to check if it works for you now? You should be able to clone the repo and run
cabal run cabal-plan-bounds -- --also yaya-0.5.0.0 ...
in it.
Perfect! Looks like that did it.
Thanks for the quick solve!
I would have expected at least
but, given PVP, I would hope that adding
yaya-0.5.0.0
would result in the original bound (^>=0.5.0 || ^>=0.6.0
).