BSD-3-Clause licensed by Ashley Yakeley
Maintained by Oleg Grenrus
This version can be pinned in stack with:time-compat-1.9.6.1@sha256:42d8f2e08e965e1718917d54ad69e1d06bd4b87d66c41dc7410f59313dba4ed1,5033

Module documentation for 1.9.6.1

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

  • Support time-1.12.

1.9.6

  • Move Hashable instance here from hashable-time package. Note: ZonedTime instance is dropped, as ZonedTime doesn’t have Eq instance.
  • Drop GHC-7.0 and GHC-7.2 support.

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