purescript / registry

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

Update sparse-matrices #487

Closed Ebmtranceboy closed 1 month ago

Ebmtranceboy commented 1 month ago
{
  "name": "sparse-matrices",
  "ref": "v2.0.1",
  "compiler": "0.15.15"
}
pacchettibotti commented 1 month ago

Package source does not have a purs.json file, creating one from your spago.yaml file...

pacchettibotti commented 1 month ago

Converted your spago.yaml into a purs.json manifest to use for publishing:


  "name": "sparse-matrices",
  "version": "2.0.1",
  "license": "MIT",
  "location": {
    "githubOwner": "Ebmtranceboy",
    "githubRepo": "purescript-sparse-matrices"
  },
  "dependencies": {
    "arrays": ">=7.3.0 <8.0.0",
    "cartesian": ">=1.0.6 <2.0.0",
    "foldable-traversable": ">=6.0.0 <7.0.0",
    "integers": ">=6.0.0 <7.0.0",
    "maybe": ">=6.0.0 <7.0.0",
    "ordered-collections": ">=3.2.0 <4.0.0",
    "prelude": ">=6.0.1 <7.0.0",
    "sparse-polynomials": ">=3.0.0 <4.0.0",
    "tuples": ">=7.0.0 <8.0.0"
  }
}```
pacchettibotti commented 1 month ago

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

pacchettibotti commented 1 month ago

Successfully uploaded package to the registry! 🎉 🚀

pacchettibotti commented 1 month ago

Successfully uploaded package docs to Pursuit! 🎉 🚀

pacchettibotti commented 1 month ago

Mirrored registry operation to the legacy registry.