attoparsec-iso8601: Parsing of ISO 8601 dates, originally from aeson.

[ bsd3, library, parsing ] [ Propose Tags ]

Parsing of ISO 8601 dates, originally from aeson.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
developer

operate in developer mode

Disabled
fast

compile without optimizations

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0.0, 1.0.1.0, 1.0.2.0, 1.0.2.1, 1.1.0.0, 1.1.0.1
Dependencies attoparsec (>=0.13.1.0), base (>=4.5 && <5), base-compat (>=0.9.1 && <0.13), text (>=1.1.1.0), time (>=1.1.1.4) [details]
License BSD-3-Clause
Copyright (c) 2011-2016 Bryan O'Sullivan (c) 2011 MailRank, Inc.
Author Bryan O'Sullivan <bos@serpentine.com>
Maintainer Adam Bergmark <adam@bergmark.nl>
Revised Revision 3 made by phadej at 2021-11-20T10:51:21Z
Category Parsing
Home page https://github.com/bos/aeson
Bug tracker https://github.com/bos/aeson/issues
Source repo head: git clone git://github.com/bos/aeson.git
Uploaded by AdamBergmark at 2018-09-24T01:53:05Z
Distributions Arch:1.1.0.0, Debian:1.0.1.0, Fedora:1.1.0.0, LTSHaskell:1.1.0.1, NixOS:1.1.0.1, Stackage:1.1.0.1
Reverse Dependencies 6 direct, 1097 indirect [details]
Downloads 45518 total (276 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-09-24 [all 1 reports]

Readme for attoparsec-iso8601-1.0.1.0

[back to package description]

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.