Open
Description
(move it from ConfigExFlags to ConfigFlags and use it both in Cabal and cabal-install)
This would make it easier for downstream distributions to surgically override the constraints in case they want to widen the bounds, eg. if they move faster than upstream
Originally from #7444 (comment)
Currently in nixpkgs, where we use Setup.hs for every package, we have only to option to ignore all or none of the bounds. More granularity would be great.
/cc @maralorn