Skip to content

Commit

Permalink
Version 0.93.38
Browse files Browse the repository at this point in the history
  • Loading branch information
f-f committed Aug 23, 2024
1 parent 72b2e61 commit 9f1be70
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bin/spago.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: spago-bin
publish:
version: 0.93.37
version: 0.93.38
license: BSD-3-Clause
build:
strict: true
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion spago.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: spago
publish:
version: 0.93.37
version: 0.93.38
license: BSD-3-Clause
location:
githubOwner: purescript
Expand Down
2 changes: 1 addition & 1 deletion src/Spago/Command/Publish.purs
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
Expand Down

0 comments on commit 9f1be70

Please sign in to comment.