purescript / registry

Registry of PureScript packages and metadata about them
46 stars 14 forks source link

Update pha #405

Closed gbagan closed 1 year ago

gbagan commented 1 year ago
{
  "name": "pha",
  "ref": "v0.12.0",
  "compiler": "0.15.12"
}
pacchettibotti commented 1 year ago

Package source does not have a purs.json file. Creating one from your bower.json and/or spago.dhall files...

pacchettibotti commented 1 year ago

Verifying package...

pacchettibotti commented 1 year ago

Could not produce valid dependencies for manifest.

[Error 1]
While solving web-pointerevents each version could not be solved:
- 1.0.0: 
  Conflict in version ranges for web-uievents:
    >=5.0.0 (declared dependency)
    <5.0.0 seen in web-pointerevents@1.0.0
gbagan commented 1 year ago
{
  "name": "pha",
  "ref": "v0.12.0",
  "compiler": "0.15.12"
}
pacchettibotti commented 1 year ago

Package source does not have a purs.json file. Creating one from your bower.json and/or spago.dhall files...

pacchettibotti commented 1 year ago

Verifying package...

pacchettibotti commented 1 year ago

Could not produce valid dependencies for manifest.

[Error 1]
While solving web-pointerevents each version could not be solved:
- 1.0.0: 
  Conflict in version ranges for web-uievents:
    >=5.0.0 (declared dependency)
    <5.0.0 seen in web-pointerevents@1.0.0
thomashoneyman commented 1 year ago

This is indicating that your package depends on web-uievents>=5.0.0, and also on web-pointerevents@1.0.0, but web-pointerevents@1.0.0 depends on web-uievents<5.0.0, so we aren't able to solve for a version of web-uievents that works. I see that web-pointerevents@2.0.0 just came out, so you could try updating your dependencies and then publishing a new version of your package.

gbagan commented 1 year ago
{
  "name": "pha",
  "ref": "v0.13.0",
  "compiler": "0.15.12"
}
pacchettibotti commented 1 year ago

Package source does not have a purs.json file. Creating one from your bower.json and/or spago.dhall files...

pacchettibotti commented 1 year ago

Verifying package...

pacchettibotti commented 1 year ago

Package is verified! Uploading it to the storage backend...

pacchettibotti commented 1 year ago

Successfully uploaded package to the registry! 🎉 🚀

pacchettibotti commented 1 year ago

Successfully uploaded package docs to Pursuit! 🎉 🚀

pacchettibotti commented 1 year ago

Mirrored registry operation to the legacy registry.