Skip to content

Commit 9f1be70

Browse files
committed
Version 0.93.38
1 parent 72b2e61 commit 9f1be70

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

bin/spago.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: spago-bin
33
publish:
4-
version: 0.93.37
4+
version: 0.93.38
55
license: BSD-3-Clause
66
build:
77
strict: true

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spago",
3-
"version": "0.93.37",
3+
"version": "0.93.38",
44
"license": "BSD-3-Clause",
55
"description": "🍝 PureScript package manager and build tool",
66
"keywords": [

spago.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: spago
33
publish:
4-
version: 0.93.37
4+
version: 0.93.38
55
license: BSD-3-Clause
66
location:
77
githubOwner: purescript

src/Spago/Command/Publish.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ publish _args = do
210210
if Array.length fail > 0 then do
211211
addError
212212
$ toDoc
213-
[ "Some of the packages you specified as `extra_packages` do not point to the Registry."
213+
[ "Some of the packages you specified as `extraPackages` do not point to the Registry."
214214
, "To be able to publish a package to the registry, all of its dependencies have to be packages registered on the Registry."
215215
, "Please replace the following packages with versions that are present in the Registry:" -- TODO point to docs
216216
]

0 commit comments

Comments
 (0)