purescript-contrib / purescript-argonaut-codecs

JSON serialization and deserialization with Argonaut.
MIT License
48 stars 46 forks source link

Import Data.Generic.Rep from prelude #96

Closed kl0tl closed 3 years ago

kl0tl commented 3 years ago

Description of the change We merged generics-rep into prelude in https://github.com/purescript/purescript-prelude/pull/235.

I also updated the bower dependencies to their main or master branch since we forgot to do it earlier.

kl0tl commented 3 years ago

The build fails because some packages depend on generics-rep 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