@hackage attoparsec-aeson2.1.0.0

Parsing of aeson's Value with attoparsec

Parsing of aeson's Value with attoparsec, originally from aeson.

This version is an empty package with bounds on aeson which has Data.Aeson.Parser module. This way e.g. specifying

build-depends: aeson >= 1.4.1.0 && <2.3, attoparsec-aeson >=2.1.0.0 && <2.3

will have Data.Aeson.Parser available for all aeson versions in range.