diff --git a/bin/spago.yaml b/bin/spago.yaml index 16fd58425..bcb17d6ec 100644 --- a/bin/spago.yaml +++ b/bin/spago.yaml @@ -1,7 +1,7 @@ package: name: spago-bin publish: - version: 0.93.37 + version: 0.93.38 license: BSD-3-Clause build: strict: true diff --git a/flake.lock b/flake.lock index 9081df786..efd0b58a8 100644 --- a/flake.lock +++ b/flake.lock @@ -41,11 +41,11 @@ "slimlock": "slimlock" }, "locked": { - "lastModified": 1719849006, - "narHash": "sha256-0HpRwEdvAlbSka5tFLwokz2bEV+QgoGqRZ0BR/ghB6w=", + "lastModified": 1721913285, + "narHash": "sha256-NVcUJMz2bHylxLRYhgbPT/yHzGIkQJNF7y1TKKCRIM4=", "owner": "thomashoneyman", "repo": "purescript-overlay", - "rev": "6a00f4a8fbb42e0494a57c5da99b1375721a6c4b", + "rev": "8b1ea117f0cfe5d81dc005c6168f17c1fd7e75ec", "type": "github" }, "original": { diff --git a/package-lock.json b/package-lock.json index ed8dc81ff..086074d56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spago", - "version": "0.93.37", + "version": "0.93.38", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "spago", - "version": "0.93.37", + "version": "0.93.38", "license": "BSD-3-Clause", "dependencies": { "better-sqlite3": "^11.0.0", diff --git a/package.json b/package.json index 277e94a3d..e2b755eac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spago", - "version": "0.93.37", + "version": "0.93.38", "license": "BSD-3-Clause", "description": "🍝 PureScript package manager and build tool", "keywords": [ diff --git a/spago.yaml b/spago.yaml index ffe5c54bf..66ccf05b4 100644 --- a/spago.yaml +++ b/spago.yaml @@ -1,7 +1,7 @@ package: name: spago publish: - version: 0.93.37 + version: 0.93.38 license: BSD-3-Clause location: githubOwner: purescript diff --git a/src/Spago/Command/Publish.purs b/src/Spago/Command/Publish.purs index 74b312c18..1b30878ae 100644 --- a/src/Spago/Command/Publish.purs +++ b/src/Spago/Command/Publish.purs @@ -210,7 +210,7 @@ publish _args = do if Array.length fail > 0 then do addError $ toDoc - [ "Some of the packages you specified as `extra_packages` do not point to the Registry." + [ "Some of the packages you specified as `extraPackages` do not point to the Registry." , "To be able to publish a package to the registry, all of its dependencies have to be packages registered on the Registry." , "Please replace the following packages with versions that are present in the Registry:" -- TODO point to docs ]