tfausak / rattletrap

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

Hide Data.List.List from import #292

Closed Kleidukos closed 8 months ago

Kleidukos commented 10 months ago

This PR hides the Data.List.List identifier from the Data.List import.

Since the identifier will arrive with base-4.20.0.0, this hiding is guarded behind a CPP conditional.