purescript-contrib / purescript-formatters

Formatting and printing for numeric and date/time/interval values
Apache License 2.0
41 stars 30 forks source link

Import Data.Generic.Rep from prelude #64

Closed kl0tl closed 3 years ago

kl0tl commented 3 years ago

Description of the change We merged generics-rep into prelude and renamed the Data.Generic.Rep. modules to Data..Generic in https://github.com/purescript/purescript-prelude/pull/235.

kl0tl commented 3 years ago

The build fails because newtype doesn’t depend on safe-coerce in the package set but it compiles with the rc5 branch of my fork:

let upstream =
      https://raw.githubusercontent.com/kl0tl/package-sets/rc5/src/packages.dhall 

in  upstream