purescript / registry

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

Update my-library #449

Closed pujoheadsoft closed 11 months ago

pujoheadsoft commented 11 months ago
{
  "name": "eta-conversion",
  "ref": "v0.3.2",
  "compiler": "0.15.13"
}
pacchettibotti commented 11 months ago

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

pacchettibotti commented 11 months ago

Converted your legacy manifest(s) into a purs.json manifest to use for publishing:


  "name": "eta-conversion",
  "version": "0.3.2",
  "license": "MIT",
  "location": {
    "githubOwner": "pujoheadsoft",
    "githubRepo": "purescript-eta-conversion"
  },
  "dependencies": {
    "aff": ">=7.1.0 <8.0.0",
    "effect": ">=4.0.0 <5.0.0",
    "prelude": ">=6.0.1 <7.0.0",
    "spec": ">=7.5.5 <8.0.0",
    "transformers": ">=6.0.0 <7.0.0",
    "type-equality": ">=4.0.1 <5.0.0"
  }
}```
pacchettibotti commented 11 months ago

Generated legacy manifest contains unused dependencies which will be removed: aff, spec

pacchettibotti commented 11 months ago

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

pacchettibotti commented 11 months ago

Successfully uploaded package to the registry! 🎉 🚀

pacchettibotti commented 11 months ago

Successfully uploaded package docs to Pursuit! 🎉 🚀

pacchettibotti commented 11 months ago

Mirrored registry operation to the legacy registry.