attoparsec-iso8601

Parsing of ISO 8601 dates, originally from aeson.

https://github.com/bos/aeson

Version on this page:1.0.0.0
LTS Haskell 22.13:1.1.0.1
Stackage Nightly 2024-03-14:1.1.0.1
Latest on Hackage:1.1.0.1

See all snapshots attoparsec-iso8601 appears in

BSD-3-Clause licensed by Bryan O'Sullivan
Maintained by Adam Bergmark
This version can be pinned in stack with:attoparsec-iso8601-1.0.0.0@sha256:48ebd2b31e72343bbd9fe6677955ebcb28cd67f975224b8bc3adc1bf45706706,1397

Module documentation for 1.0.0.0

Used by 3 packages in nightly-2017-10-28(full list with versions):

Parsing of ISO 8601 dates.

This package is used to parse dates in aeson. It is split into a separate package to be shared by other projects that want to parse dates like aeson does.

For now, this project is located in the aeson repository and aeson itself uses the source of this package without pulling in the package as a dependency.

Stability

Since aeson depends on this package we want to be very careful about changing the format.

There may be breaking changes if we find that the format is incorrectly too lenient. We consider widening of the allowed input a non-breaking addition since all previously valid input will still parse correctly.