NorfairKing / yamlparse-applicative

DEPRECATED use autodocodec instead An optparse-applicative -style explainable yaml parser.
https://cs-syd.eu/posts/2020-06-28-yamlparse-applicative
MIT License
28 stars 4 forks source link

Support aeson-2.0.0.0 #8

Closed igrep closed 3 years ago

igrep commented 3 years ago

Background of the breaking change in aeson-2.0.0.0: https://frasertweedale.github.io/blog-fp/posts/2021-10-12-aeson-hash-flooding-protection.html

Similar change in another repository: https://github.com/snoyberg/yaml/commit/9d32ba1e371f0de82f448410177fbd194d020568

NorfairKing commented 3 years ago

Nice! Let's also bump the version so I can just release once it's merged. I also greenlit CI so it can run for you.

NorfairKing commented 3 years ago

Just released to hackage as well. Thank you very much for taking care of this!