mirror of
https://github.com/typeable/aeson.git
synced 2024-11-20 19:48:08 +03:00
4d3767c18e
This commit makes only non-breaking cleanups. Stricter lower-bounds for - __GLASGOW_HASKELL__ - base - bytestring - template-haskell Allows to remove some CPP |
||
---|---|---|
.. | ||
Data/Attoparsec | ||
attoparsec-iso8601.cabal | ||
changelog.md | ||
LICENSE | ||
README.md |
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.