BSD-3-Clause licensed and maintained by Oleg Grenrus
This version can be pinned in stack with:aeson-compat-0.3.5.1@sha256:854ad5ebf2f487b91f2c1ccc3891d4214723dbb722cb27378fa0f0597521bb0c,3095

Module documentation for 0.3.5.1

aeson-compat

Build Status Hackage Stackage LTS 3 Stackage Nightly

The package provides compatibility layer for aeson

Changes

0.3.5.1.

  • Fix (.=) export regression introduced by 0.3.5.0

0.3.5.0

  • Use explicit export list. Now we are sure we don’t break interface.
  • value, value' and Parser are exported from Data.Aeson.Compat

0.3.4.0

  • Add NominalDiffTime instances

0.3.3.0

  • Enable PolyKinds to generalize Proxy, Tagged, and Const instances.

0.3.2.0

  • Introduce instances from aeson-0.11.1.0: Const, Tagged, Proxy and NonEmpty
  • Fix bug with Natural instance, aeson-0.11.1.0 and base <=4.7

0.3.1.0

  • aeson-0.11 support
  • GHC 8.0.1 support
  • Add ToJSON Day and LocalTime instances
    • NOTE this instances are broken in aeson-0.10.0.0
  • Add Natural, Ordering and Version instances

0.3.0.0

Split out aeson-extra