tfausak / rattletrap

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

Factor out version type #222

Closed tfausak closed 3 years ago

tfausak commented 3 years ago

Part of #186.

I already had a separate Version type to use for comparisons, but I wasn't using it for encoding/decoding in the Header. This PR fixes that.