You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I inadvertently added (what I think would be considered) a breaking change here: #55.
That added some unnamed type class instances, which are only supported in PureScript >= 0.14.2. purescript-react-basic-dom specifies a purescript version at ^0.14.0 and a purescript-web-html version at ^3.0.0, which can apparently resolve to [email protected] and [email protected] which are incompatible and leads to the CI breaking for that library: purescript-react/purescript-react-basic-dom#26. I'm raising the issue here since I could imagine other libraries being similarly affected.
I can open a PR that adds names to those instances if that's acceptable.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I inadvertently added (what I think would be considered) a breaking change here: #55.
That added some unnamed type class instances, which are only supported in PureScript >= 0.14.2.
purescript-react-basic-dom
specifies apurescript
version at^0.14.0
and apurescript-web-html
version at^3.0.0
, which can apparently resolve to[email protected]
and[email protected]
which are incompatible and leads to the CI breaking for that library: purescript-react/purescript-react-basic-dom#26. I'm raising the issue here since I could imagine other libraries being similarly affected.I can open a PR that adds names to those instances if that's acceptable.
The text was updated successfully, but these errors were encountered: