purescript-contrib / purescript-css

A clean, type-safe library for describing, manipulating and rendering CSS
Apache License 2.0
105 stars 39 forks source link

Remove the dependency on generics-rep #126

Closed kl0tl closed 3 years ago

kl0tl commented 3 years ago

Description of the change Generic instances were removed in https://github.com/purescript-contrib/purescript-css/pull/76 but generics-rep was still listed in the bower.json and the spago.dhall files, this seems to be an oversight.

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