BSD-3-Clause licensed by Ashley Yakeley
Maintained by Oleg Grenrus
This version can be pinned in stack with:time-compat-1.9.4@sha256:c2e513bfbd1b475a8710b688a316002e3feaa9e78983aeb46f0462aff3c4e925,4932

Module documentation for 1.9.4

This packages tries to compat as much of time features as possible.

TODO:

  • Difference type ParseTime and FormatTime instances are missing.

  • Formatting varies depending on underlying time version

  • dayFractionToTimeOfDay on extreme values

Changes

1.9.4

  • Support time-1.11
    • Data.Time.Calendar.Month
    • Data.Time.Calendar.Quarter
    • Pattern synonyms
    • parseTimeMultipleM is not backported
    • Month is missing ParseTime instance
    • Compat extras:
      • Add Ix, Enum, NFData instances to Month, Quarter, QuarterOfYear, CalendarDiffTime and DayOfWeek.

1.9.3

  • Include pastMidnight and sinceMidnight aliases (backported from time-1.10)
  • Support time-1.10