Revert "Mark ForeignLibs test as broken with ghc-8.4.4"
[cabal.git] / changelog.d / pr-9034
blob1aae63bb2ab3e84e61275b859b3c3062f8cb6a9d
1 synopsis: Add `mkVersionIntervals` for creating a `VersionIntervals` from a list
2 packages: Cabal-syntax
3 prs: #9034
5 description: {
7 If external tools want to change the version intervals of dependencies, they
8 need to be able to create a `VersionRange` from a `[VersionInterval]` list. Adding
9 the function `mkVersionIntervals` makes this possible again.