aeson/attoparsec-iso8601
Oleg Grenrus 4d3767c18e Drop pre-GHC-7.8 support (#743)
This commit makes only non-breaking cleanups. Stricter lower-bounds for

- __GLASGOW_HASKELL__
- base
- bytestring
- template-haskell

Allows to remove some CPP
2019-12-01 06:44:42 +01:00
..
Data/Attoparsec Drop pre-GHC-7.8 support (#743) 2019-12-01 06:44:42 +01:00
attoparsec-iso8601.cabal Drop pre-GHC-7.8 support (#743) 2019-12-01 06:44:42 +01:00
changelog.md Bump aeson to 1.4.1.0 and attoparsec-iso8601 to 1.0.1.0 2018-09-24 03:07:35 +02:00
LICENSE Rename iso8601-attoparsec to attoparsec-iso8601 2017-03-27 20:15:49 +02:00
README.md Rename iso8601-attoparsec to attoparsec-iso8601 2017-03-27 20:15:49 +02:00

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.