| CARVIEW |
attoparsec-iso8601: Parsing of ISO 8601 dates, originally from aeson
Downloads
- attoparsec-iso8601-1.1.1.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
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
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, 1.1.1.0 |
|---|---|
| Change log | changelog.md |
| Dependencies | attoparsec (>=0.14.2 && <0.15), base (>=4.12.0.0 && <5), integer-conversion (>=0.1 && <0.2), text (>=1.2.3.0 && <1.3.0.0 || >=2.0 && <2.2), time (>=1.8.0.2 && <1.15), time-compat (>=1.9.4 && <1.10) [details] |
| Tested with | ghc ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1 |
| 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> |
| Uploaded | by phadej at 2024-05-17T00:08:29Z |
| Revised | Revision 1 made by ErikDeCastroLopo at 2024-09-01T23:08:17Z |
| Category | Parsing |
| Home page | https://github.com/haskell/aeson |
| Bug tracker | https://github.com/haskell/aeson/issues |
| Source repo | head: git clone git://github.com/haskell/aeson.git(attoparsec-iso8601) |
| Distributions | Arch:1.1.1.0, Debian:1.0.1.0, Fedora:1.1.1.0, LTSHaskell:1.1.1.0, NixOS:1.1.1.0, Stackage:1.1.1.0 |
| Reverse Dependencies | 6 direct, 1262 indirect [details] |
| Downloads | 48858 total (18 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 2024-05-17 [all 1 reports] |
Readme for attoparsec-iso8601-1.1.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.