clovyr / aeson-yaml

Encode any Aeson (JSON) value as YAML (in pure Haskell)
https://hackage.haskell.org/package/aeson-yaml
BSD 3-Clause "New" or "Revised" License
12 stars 7 forks source link

Compatibility with aeson-2.1 #19

Closed sjakobi closed 1 year ago

sjakobi commented 1 year ago

Could you relax the upper bound on aeson?

patrickmn commented 1 year ago

Did you already test it? I can't test myself right now but if it worked for you I can bump the bound on Hackage.

sjakobi commented 1 year ago

Thanks for the quick revision! :)

sjakobi commented 1 year ago

(And yes: Tests pass!)