Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot execute spago publish #1

Open
m15a opened this issue Jan 25, 2024 · 3 comments
Open

Cannot execute spago publish #1

m15a opened this issue Jan 25, 2024 · 3 comments
Labels
tools Something related to toolchain such as spago/npm

Comments

@m15a
Copy link
Owner

m15a commented Jan 25, 2024

Reading Spago workspace configuration...

✅ Selecting package to build: choku

Downloading dependencies...
Building...
           Src   Lib   All
Warnings     0     0     0
Errors       0     0     0

✅ Build succeeded.

Passed preliminary checks.
Pushing tag 'v0.2.1' to the remote
Building again with the build plan from the solver...
Building...
purs compile: No files found using pattern: .spago/p/parallel-6.0.0/src/**/*.purs
[1/3 ModuleNotFound] .spago/p/aff-7.1.0/src/Effect/Aff.purs:45:1

  45  import Control.Parallel (parSequence_, parallel)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  Module Control.Parallel was not found.
  Make sure the source file exists, and that it has been provided as an input to the compiler.

[2/3 ModuleNotFound] .spago/p/aff-7.1.0/src/Effect/Aff.purs:46:1

  46  import Control.Parallel.Class (class Parallel)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  Module Control.Parallel.Class was not found.
  Make sure the source file exists, and that it has been provided as an input to the compiler.

[3/3 ModuleNotFound] .spago/p/aff-7.1.0/src/Effect/Aff.purs:47:1

  47  import Control.Parallel.Class (sequential, parallel) as Exports
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  Module Control.Parallel.Class was not found.
  Make sure the source file exists, and that it has been provided as an input to the compiler.

           Src   Lib   All
Warnings     0     0     0
Errors       0     3     3

❌ Failed to build.

Looks like related to purescript/spago#1110

@m15a
Copy link
Owner Author

m15a commented Jan 26, 2024

Published here. Yatta!

@m15a m15a closed this as completed Jan 26, 2024
@m15a
Copy link
Owner Author

m15a commented Feb 11, 2024

This is still relevant. I need to install some deps manually.

@m15a m15a reopened this Feb 11, 2024
@m15a m15a added the tools Something related to toolchain such as spago/npm label Feb 11, 2024
@srghma
Copy link

srghma commented Aug 15, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tools Something related to toolchain such as spago/npm
Projects
None yet
Development

No branches or pull requests

2 participants