purescript / registry

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

Add geometria #484

Closed Ebmtranceboy closed 4 months ago

Ebmtranceboy commented 4 months ago
{
  "name": "geometria",
  "ref": "v2.0.0",
  "compiler": "0.15.10",
  "location": {
    "githubOwner": "Ebmtranceboy",
    "githubRepo": "purescript-geometria"
  }
}
pacchettibotti commented 4 months ago

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

pacchettibotti commented 4 months ago

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


  "name": "geometria",
  "version": "2.0.0",
  "license": "MIT",
  "location": {
    "githubOwner": "Ebmtranceboy",
    "githubRepo": "purescript-geometria"
  },
  "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",
    "numbers": ">=9.0.1 <10.0.0",
    "ordered-collections": ">=3.2.0 <4.0.0",
    "prelude": ">=6.0.1 <7.0.0",
    "record-studio": ">=1.0.4 <2.0.0",
    "sparse-matrices": ">=2.0.0 <3.0.0",
    "sparse-polynomials": ">=3.0.0 <4.0.0",
    "tuples": ">=7.0.0 <8.0.0"
  }
}```
pacchettibotti commented 4 months ago

You tried to upload a version that already exists: 2.0.0

Its metadata is:

{
  "bytes": 10876,
  "hash": "sha256-VVKo/x9H73SgLlvatPE6EsuECnR5HdjaFatbeoNKI/Y=",
  "publishedTime": "2024-07-24T15:41:25.777Z",
  "ref": "v2.0.0"
}

and its documentation is available here: https://pursuit.purescript.org/packages/purescript-geometria/2.0.0