purescript / registry

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

Add yoga-subtlecrypto #500

Closed jamesdbrock closed 3 weeks ago

jamesdbrock commented 3 weeks ago
{
  "name": "yoga-subtlecrypto",
  "ref": "v0.1.0",
  "compiler": "0.15.15",
  "location": {
    "githubOwner": "rowtype-yoga",
    "githubRepo": "purescript-yoga-subtlecrypto"
  }
}
pacchettibotti commented 3 weeks ago

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

pacchettibotti commented 3 weeks ago

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


  "name": "yoga-subtlecrypto",
  "version": "0.1.0",
  "license": "BSD-3-Clause",
  "location": {
    "githubOwner": "rowtype-yoga",
    "githubRepo": "purescript-yoga-subtlecrypto"
  },
  "dependencies": {
    "aff": ">=7.0.0 <8.0.0",
    "aff-promise": ">=4.0.0 <5.0.0",
    "arraybuffer-types": ">=3.0.2 <4.0.0",
    "console": ">=6.0.0 <7.0.0",
    "effect": ">=4.0.0 <5.0.0",
    "either": ">=6.0.0 <7.0.0",
    "exceptions": ">=6.0.0 <7.0.0",
    "foreign": ">=7.0.0 <8.0.0",
    "functions": ">=6.0.0 <7.0.0",
    "maybe": ">=6.0.0 <7.0.0",
    "prelude": ">=6.0.0 <7.0.0",
    "transformers": ">=6.0.0 <7.0.0",
    "tuples": ">=7.0.0 <8.0.0",
    "unsafe-coerce": ">=6.0.0 <7.0.0"
  }
}```
pacchettibotti commented 3 weeks ago

Generated legacy manifest contains unused dependencies which will be removed: console

pacchettibotti commented 3 weeks ago

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

pacchettibotti commented 3 weeks ago

Successfully uploaded package to the registry! 🎉 🚀

pacchettibotti commented 3 weeks ago

Successfully uploaded package docs to Pursuit! 🎉 🚀

pacchettibotti commented 3 weeks ago

Mirrored registry operation to the legacy registry.