haskell / time

A time library
http://hackage.haskell.org/package/time
Other
119 stars 79 forks source link

Provide interface to tz/zoneinfo database #89

Open AshleyYakeley opened 6 years ago

AshleyYakeley commented 6 years ago

Merge in functionality from these packages:

AshleyYakeley commented 6 years ago

Blocked on https://github.com/ygale/timezone-olson/issues/3.

AshleyYakeley commented 5 years ago

These depend on bytestring, binary, and extensible-exceptions, which are not core libraries.

AshleyYakeley commented 5 years ago

Never mind, bytestring and binary are core libraries. extensible-exceptions is not, but it is probably removable.

mulderr commented 2 years ago

@AshleyYakeley Did you also have a look at tz? This PR is a draft of POSIX TZ support for tz. Hoping @klao will manage to make sense of my code and put together a final version. However, it also adds dependency on attoparsec. This is rather far fetched but do I understand correctly that if we were even hoping of thinking what I'm currently thinking then we would have to manage without attoparsec or in fact without anything that does not currently ship with GHC?