text-iso8601

Converting time to and from ISO 8601 text.

https://github.com/haskell/aeson

Version on this page:0.1.1.2
LTS Haskell 24.56:0.1.1.1
Stackage Nightly 2026-08-30:0.1.1.2
Latest on Hackage:0.2.0.0

See all snapshots text-iso8601 appears in

BSD-3-Clause licensed and maintained by Oleg Grenrus
This version can be pinned in stack with:text-iso8601-0.1.1.2@sha256:8da5b74d6c79eba657ec5f8fd289f1b0aad2463538928c96c6035c52d03ac9ab,2390

Module documentation for 0.1.1.2

Used by 2 packages in nightly-2026-08-30(full list with versions):

Converting time to and from IS0 8601 text. Specifically the RFC3339 profile.

Changes

0.1.1.2 - 2026-08-29

Fix a DoS vulnerability caused by parsing large numbers (advisory HSEC-2026-0007). Backported from 0.2.0.0 to ease migration.

  • Fix parsers to reject years with more than 15 digits

0.1.1.1

  • Support GHC-9.14

0.1.1

  • Support GHC-8.6.5…9.12.1

0.1

Initial release