tfausak / rattletrap

:car: Parse and generate Rocket League replays.
https://hackage.haskell.org/package/rattletrap
MIT License
150 stars 21 forks source link

Allow aeson 2.2 #287

Closed tfausak closed 1 year ago

tfausak commented 1 year ago

https://github.com/commercialhaskell/stackage/issues/7031

tfausak commented 1 year ago

None of these builds actually tested against aeson 2.2.

tfausak commented 1 year ago

Ok, now it actually used aeson 2.2 and built dependencies and ran into an error: https://github.com/tfausak/rattletrap/actions/runs/5423589343/jobs/9861731729#step:18:48

tfausak commented 1 year ago

Perhaps this is a good push to use something like autodocodec rather than hand-rolling my own schema.

Edit: See #246 and #252.