Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add punycode #470

Closed
crestonbunch opened this issue Jan 26, 2024 · 11 comments
Closed

Add punycode #470

crestonbunch opened this issue Jan 26, 2024 · 11 comments

Comments

@crestonbunch
Copy link

crestonbunch commented Jan 26, 2024

{
  "name": "punycode",
  "ref": "v1.0.0",
  "compiler": "0.15.13",
  "location": {
    "githubOwner": "crestonbunch",
    "githubRepo": "purescript-punycode"
  }
}

@crestonbunch crestonbunch changed the title Add my-library Add punycode Jan 26, 2024
@pacchettibotti
Copy link
Contributor

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

@crestonbunch
Copy link
Author

{
  "name": "punycode",
  "ref": "v1.0.0",
  "compiler": "0.15.13",
  "location": {
    "githubOwner": "crestonbunch",
    "githubRepo": "purescript-punycode"
  }
}

@pacchettibotti
Copy link
Contributor

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.

  • /tmp/tmp-2519-YapUyZ5Cpp6j/purescript-punycode/src/Main.purs: Module name is Main but PureScript libraries cannot publish modules named: Main, Test.Main

@crestonbunch
Copy link
Author

{
  "name": "punycode",
  "ref": "v1.0.0",
  "compiler": "0.15.13",
  "location": {
    "githubOwner": "crestonbunch",
    "githubRepo": "purescript-punycode"
  }
}

@pacchettibotti
Copy link
Contributor

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

@pacchettibotti
Copy link
Contributor

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
Copy link
Contributor

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

@pacchettibotti
Copy link
Contributor

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

@pacchettibotti
Copy link
Contributor

Successfully uploaded package to the registry! 🎉 🚀

@pacchettibotti
Copy link
Contributor

Successfully uploaded package docs to Pursuit! 🎉 🚀

@pacchettibotti
Copy link
Contributor

Mirrored registry operation to the legacy registry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants