purescript-contrib / purescript-css

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

Update to v0.14.0-rc3 #125

Closed JordanMartinez closed 3 years ago

JordanMartinez commented 3 years ago

Backlinking to purescript-contrib/governance#35

thomashoneyman commented 3 years ago

@JordanMartinez All of the inferred kind annotations here can be fixed to Type. We can also replace the use of foldl1, which will take care of the issues with this PR.

thomashoneyman commented 3 years ago

I'm not sure what the these issue is about. It seems to build just fine on its own.

kl0tl commented 3 years ago

It seems that https://github.com/purescript-contrib/purescript-these/pull/29 added Test.QuickCheck.Laws.Control.* modules depending on quickcheck and quickcheck-laws under src instead of test. Moving those modules under test will perhaps be enough but the pull request also added arrays and lists dependencies to these, we should also update the package set.

kl0tl commented 3 years ago

I opened https://github.com/purescript-contrib/purescript-these/pull/32 and https://github.com/purescript/package-sets/pull/760.