yesodweb / yesod

A RESTful Haskell web framework built on WAI.
http://www.yesodweb.com/
MIT License
2.64k stars 374 forks source link

Support Aeson 2.2 #1820

Closed Vekhir closed 1 year ago

Vekhir commented 1 year ago

The module Data.Aeson.Parser is moved into attoparsec-aeson for aeson >=2.2. For aeson <2.2, attoparsec-aeson is an empty package, since the module exists within aeson.

Similar to #1818

Before submitting your PR, check that you've:

After submitting your PR: