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 import for `lookup`'s new location #129

Closed JordanMartinez closed 3 years ago

JordanMartinez commented 3 years ago

Description of the change

Part of https://github.com/purescript/purescript-profunctor/issues/23

Consequence of purescript/purescript-foldable-traversable#131.


Checklist:

JordanMartinez commented 3 years ago

CI will fail until fix here (https://github.com/purescript/purescript-foldable-traversable/pull/133) is merged.

JordanMartinez commented 3 years ago

Pretty sure CI is failing here because of a caching issue... Does that sound right?

JordanMartinez commented 3 years ago

Ha! No, it's the packages.dhall file.

JordanMartinez commented 3 years ago

Looks like I started this PR on a way outdated version of main.

JordanMartinez commented 3 years ago

Nevermind... We have a sort of chicken-and-egg problem here... The prepare-0.14 package set does not yet include the updated dependency graphs (i.e. https://github.com/purescript/package-sets/pull/807). Thus, when CI here attempts to build, it's using the dependency graph before we did the functors migration. To get this CI to pass, we have to merge https://github.com/purescript/package-sets/pull/807 first.