-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Today I wanted to try out this library, but immediately found that the example on pursuit did not work. I then traced the problem to purescript-web-workers being installed as version 1.1.0
. I then attempted to update the upstream version in my packages.dhall, but it did not seem to help. I then looked into the registry repository where it looks like the latest version of web-workers is set to 1.1.0
https://github.com/purescript/registry/blob/main/package-sets/50.5.0.json#L469
I am still fairly new to Purescript and its eco-system, so I might be misunderstanding how things come together. But so far I guess that registry version need to be updated to 2.0.0
, -maybe someone just forgot to update it?
(I figured out how to override the package version in spago, now learning how to override in purs-nix.)