1 synopsis: Add `mkVersionIntervals` for creating a `VersionIntervals` from a list
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.