purescript / registry

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

Update fetch #442

Closed i-am-the-slime closed 11 months ago

i-am-the-slime commented 11 months ago
{
  "name": "fetch",
  "ref": "v4.1.0",
  "compiler": "0.15.10"
}
pacchettibotti commented 11 months ago

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

pacchettibotti commented 11 months ago

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


  "name": "fetch",
  "version": "4.1.0",
  "license": "MIT",
  "location": {
    "githubOwner": "rowtype-yoga",
    "githubRepo": "purescript-fetch"
  },
  "dependencies": {
    "aff": ">=7.1.0 <8.0.0",
    "arraybuffer-types": ">=3.0.2 <4.0.0",
    "bifunctors": ">=6.0.0 <7.0.0",
    "effect": ">=4.0.0 <5.0.0",
    "either": ">=6.1.0 <7.0.0",
    "foreign": ">=7.0.0 <8.0.0",
    "http-methods": ">=6.0.0 <7.0.0",
    "js-fetch": ">=0.2.1 <0.3.0",
    "js-promise": ">=1.0.0 <2.0.0",
    "js-promise-aff": ">=1.0.0 <2.0.0",
    "maybe": ">=6.0.0 <7.0.0",
    "newtype": ">=5.0.0 <6.0.0",
    "ordered-collections": ">=3.1.1 <4.0.0",
    "prelude": ">=6.0.1 <7.0.0",
    "record": ">=4.0.0 <5.0.0",
    "strings": ">=6.0.1 <7.0.0",
    "typelevel-prelude": ">=7.0.0 <8.0.0",
    "web-file": ">=4.0.0 <5.0.0",
    "web-streams": ">=4.0.0 <5.0.0"
  }
}```
pacchettibotti commented 11 months ago

Compilation failed because the build plan does not compile with version 0.15.4 of the compiler:

Error 1 of 1

  File: src/Fetch.purs

  Message:

  Unable to parse module:
  Unexpected token '@'

  Position:
  62:26 - 62:27

  Error details:
  https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md
i-am-the-slime commented 11 months ago
{
  "name": "fetch",
  "ref": "v4.1.0",
  "compiler": "0.15.10"
}
pacchettibotti commented 11 months ago

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

pacchettibotti commented 11 months ago

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


  "name": "fetch",
  "version": "4.1.0",
  "license": "MIT",
  "location": {
    "githubOwner": "rowtype-yoga",
    "githubRepo": "purescript-fetch"
  },
  "dependencies": {
    "aff": ">=7.1.0 <8.0.0",
    "arraybuffer-types": ">=3.0.2 <4.0.0",
    "bifunctors": ">=6.0.0 <7.0.0",
    "effect": ">=4.0.0 <5.0.0",
    "either": ">=6.1.0 <7.0.0",
    "foreign": ">=7.0.0 <8.0.0",
    "http-methods": ">=6.0.0 <7.0.0",
    "js-fetch": ">=0.2.1 <0.3.0",
    "js-promise": ">=1.0.0 <2.0.0",
    "js-promise-aff": ">=1.0.0 <2.0.0",
    "maybe": ">=6.0.0 <7.0.0",
    "newtype": ">=5.0.0 <6.0.0",
    "ordered-collections": ">=3.1.1 <4.0.0",
    "prelude": ">=6.0.1 <7.0.0",
    "record": ">=4.0.0 <5.0.0",
    "strings": ">=6.0.1 <7.0.0",
    "typelevel-prelude": ">=7.0.0 <8.0.0",
    "web-file": ">=4.0.0 <5.0.0",
    "web-streams": ">=4.0.0 <5.0.0"
  }
}```
pacchettibotti commented 11 months ago

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

pacchettibotti commented 11 months ago

Successfully uploaded package to the registry! 🎉 🚀

pacchettibotti commented 11 months ago

Successfully uploaded package docs to Pursuit! 🎉 🚀

pacchettibotti commented 11 months ago

Mirrored registry operation to the legacy registry.