interval-algebra v2.0.0 Release Notes

    • โž• Adds Abitrary (Interval a) instance generic over Ord a, Arbitrary a.
    • โœ‚ Removes the moment' function from the IntervalSizeable class. ๐Ÿ‘‰ Use type application with moment instead, as in moment @Int, moment @Day, etc.
    • โž• Adds the following utility functions: lookback, lookahead, makeGapsWithinPredicate, pairGaps, anyGapsWithinAtLeastDuration, allGapsWithinLessThanDuration