purescript / purescript-record

Functions for working with records and polymorphic labels
BSD 3-Clause "New" or "Revised" License
70 stars 31 forks source link

Drop typelevel-prelude dependency #54

Closed hdgarrood closed 5 years ago

hdgarrood commented 5 years ago

We only use typelevel-prelude for its re-exports. Instead, we now import Prim stuff directly from Prim, and import Prelude stuff directly from Prelude.

Dropping the dependency is the easiest way of dealing with the major version bump of v5.0.0 of typelevel-prelude (which is necessary for v0.13.0 of the compiler).