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

Allow aeson 1.5 #5

Closed felixonmars closed 4 years ago

felixonmars commented 4 years ago

Builds fine and all tests pass here.

patrickmn commented 4 years ago

Thank you. Do you mind doing DCO with git commit --amend --signoff & git push --force prior to merging?

felixonmars commented 4 years ago

Sure, updated :)

patrickmn commented 4 years ago

Cheers :) I've updated the version bound on hackage as well.