purescript / registry

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

Add punycode #470

Closed crestonbunch closed 7 months ago

crestonbunch commented 7 months ago
{
  "name": "punycode",
  "ref": "v1.0.0",
  "compiler": "0.15.13",
  "location": {
    "githubOwner": "crestonbunch",
    "githubRepo": "purescript-punycode"
  }
}
pacchettibotti commented 7 months ago

Failed to clone repository crestonbunch/purescript-punycode at ref v1.0.0

crestonbunch commented 7 months ago
{
  "name": "punycode",
  "ref": "v1.0.0",
  "compiler": "0.15.13",
  "location": {
    "githubOwner": "crestonbunch",
    "githubRepo": "purescript-punycode"
  }
}
pacchettibotti commented 7 months ago

This package has either malformed or disallowed PureScript module names in its src directory. All package sources must be in the src directory, with any additional sources indicated by the files key in your manifest.

crestonbunch commented 7 months ago
{
  "name": "punycode",
  "ref": "v1.0.0",
  "compiler": "0.15.13",
  "location": {
    "githubOwner": "crestonbunch",
    "githubRepo": "purescript-punycode"
  }
}
pacchettibotti commented 7 months ago

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

pacchettibotti commented 7 months ago

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


  "name": "punycode",
  "version": "1.0.0",
  "license": "MIT",
  "location": {
    "githubOwner": "crestonbunch",
    "githubRepo": "purescript-punycode"
  },
  "dependencies": {
    "aff": ">=7.1.0 <8.0.0",
    "arrays": ">=7.3.0 <8.0.0",
    "effect": ">=4.0.0 <5.0.0",
    "either": ">=6.1.0 <7.0.0",
    "enums": ">=6.0.1 <7.0.0",
    "foldable-traversable": ">=6.0.0 <7.0.0",
    "maybe": ">=6.0.0 <7.0.0",
    "partial": ">=4.0.0 <5.0.0",
    "prelude": ">=6.0.1 <7.0.0",
    "quickcheck": ">=8.0.1 <9.0.0",
    "spec": ">=7.5.5 <8.0.0",
    "spec-quickcheck": ">=5.0.0 <6.0.0",
    "strings": ">=6.0.1 <7.0.0",
    "tuples": ">=7.0.0 <8.0.0"
  }
}```
pacchettibotti commented 7 months ago

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

pacchettibotti commented 7 months ago

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

pacchettibotti commented 7 months ago

Successfully uploaded package to the registry! 🎉 🚀

pacchettibotti commented 7 months ago

Successfully uploaded package docs to Pursuit! 🎉 🚀

pacchettibotti commented 7 months ago

Mirrored registry operation to the legacy registry.