This version can be pinned in stack with:aeson-extra-0.5.1.3@sha256:7719f2da8930ded5cbeaa4cb35aba04ee3b68d5d882557962990555e2bfe3433,2682
Module documentation for 0.5.1.3
Depends on 15 packages
(full list with versions):
aeson,
attoparsec,
attoparsec-aeson,
base,
base-compat-batteries,
bytestring,
deepseq,
recursion-schemes,
scientific,
semialign,
template-haskell,
text,
these,
unordered-containers,
vector 0.5.1.3 (2023-07-09)
0.5.1.1 (2022-06-15)
- Support
aeson-2.1.0.0
- Drop unused package dependencies
0.5.1 (2021-09-10)
0.5 (2021-03-22)
- Trim lower bounds
- Remove
Data.Aeson.Extra.Map (use recent aeson).
- Remove
Data.Aeson.Time (use recent aeson)
0.4.1.3 (2019-10-21)
- support semialign-1.1
- drop spurious dependency from test-suite
0.4.1.2 (2019-06-02)
0.4.1.1 (2018-04-11)
0.4.1.0 (2017-07-24)
- GHC-8.2 support
- add
NFData SingObject and NFData SymTag instances
- add
lodashMerge
- rename
Foldable to Recursive (the old module is still there).
0.4.0.0
aeson-1 related changes:
SingObject and CollapsedList changes
- deprecated
Map module
0.3.2.0
- Add
Data.Aeson.Extra.Stream with streamDecode
0.3.1.1 (2016-02-09)
0.3.1.0 (2015-12-27)
- Add
Data.Aeson.Extra.TH
- Add
Data.Aeson.Extra.Foldable
- Add
Data.Aeson.Extra.Merge
0.3.0.1 (2016-01-26)
- Support
quickcheck-instances >=0.3.12
0.3.0.0 (2015-12-25)
Data.Time.TH moved to time-parsers
Data.Aeson.Compat moved to aeson-compat
- The modules aren’t re-exported, as that would require
Cabal >= 1.21 restriction
0.2.3.0 (2015-12-08)
Data.Time.TH module with mkUTCTime
encodeStrict in Data.Aeson.Extra
0.2.2.0 (2015-11-10)
U and Z to parse UTCTime and ZonedTime compatibly
- Orphans
FromJSON for Day and LocalTime
0.2.1.0 (2015-10-05) GHC 7.6 Support
- No
SymTag or SingObject support
0.2.0.0 (2015-09-29) No ListLike
- Make
CollapsedList use typeclasses in base
0.1.0.0 (2015-09-29) Initial release