- Supported GHC 9 and older
- Changed the type of
mkUTCTime :: Day -> DiffTime -> UTCTime
tomkUTCTime :: Year -> Month -> DayOfMonth -> Hour -> Minute -> Double -> UTCTime
. Use theUTCTime
pattern synonym instead if needed. - Miscellaneous API additions and refactors