Re #7916: undeprecate Distribution.Types.VersionInterval.Legacy
commit977737b87a8551e5b6fdf5caae9c8928d8428a53
authorAndreas Abel <andreas.abel@ifi.lmu.de>
Thu, 19 May 2022 17:51:57 +0000 (19 19:51 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Tue, 24 May 2022 06:45:19 +0000 (24 06:45 +0000)
treeb99b26b6e4945fc87f54bfc85ebe12ed15846684
parent54ebd1b879536b5f47c2cbe3fc5fb51b8d24a1b1
Re #7916: undeprecate Distribution.Types.VersionInterval.Legacy

Third party tools like `hackage-cli` rely on this API.
While `Distribution.Types.VersionInterval` does not export the Boolean
algebra operations union, intersection and complement on
`VersionIntervals`, the Legacy variant is still needed.
Cabal-syntax/src/Distribution/Types/VersionInterval.hs
Cabal-syntax/src/Distribution/Types/VersionInterval/Legacy.hs