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

Module documentation for 1.9.5

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.5

  • Support time-1.11.1
    • Add NFData CalandarDiffDays instance

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